wok diff podofo/receipt @ rev 9111

podofo: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 05 10:35:18 2011 +0100 (2011-03-05)
parents f3327707164a
children e00bd32be155
line diff
     1.1 --- a/podofo/receipt	Sun Feb 28 17:01:48 2010 +0100
     1.2 +++ b/podofo/receipt	Sat Mar 05 10:35:18 2011 +0100
     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