wok diff podofo/receipt @ rev 10121

gcc-lib-base: dont include french locale (we have base pkgs to fix before end usser one)
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 20 22:13:40 2011 +0200 (2011-05-20)
parents f3327707164a
children e00bd32be155
line diff
     1.1 --- a/podofo/receipt	Sun Feb 28 17:01:48 2010 +0100
     1.2 +++ b/podofo/receipt	Fri May 20 22:13:40 2011 +0200
     1.3 @@ -16,6 +16,7 @@
     1.4  {
     1.5  	cd $src
     1.6  	cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE \
     1.7 +	      -DPODOFO_BUILD_STATIC:BOOL=TRUE \
     1.8  	      -DPODOFO_BUILD_SHARED:BOOL=TRUE . &&
     1.9  	make &&
    1.10  	make DESTDIR=$PWD/_pkg install