# HG changeset patch # User Pascal Bellard # Date 1299317718 -3600 # Node ID 1364c20799ac9f8c8cd0fcda482655117268e012 # Parent b04ef0c092dc171ad0f53bbab3410c571c6b030e podofo: fix compile_rules diff -r b04ef0c092dc -r 1364c20799ac podofo/receipt --- a/podofo/receipt Sat Mar 05 10:16:36 2011 +0100 +++ b/podofo/receipt Sat Mar 05 10:35:18 2011 +0100 @@ -16,6 +16,7 @@ { cd $src cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE \ + -DPODOFO_BUILD_STATIC:BOOL=TRUE \ -DPODOFO_BUILD_SHARED:BOOL=TRUE . && make && make DESTDIR=$PWD/_pkg install