wok rev 6047
libproxy: fix compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 17 12:39:50 2010 +0200 (2010-08-17) |
parents | 57b2ba11e487 |
children | 5c83f338900c |
files | libproxy/receipt |
line diff
1.1 --- a/libproxy/receipt Tue Aug 17 12:07:38 2010 +0200 1.2 +++ b/libproxy/receipt Tue Aug 17 12:39:50 2010 +0200 1.3 @@ -16,9 +16,8 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure \ 1.8 - --prefix=/usr \ 1.9 - --without-mozjs && 1.10 + sed -i 's/WITH_MOZJS:BOOL=ON/WITH_MOZJS:BOOL=OFF/' CMakeCache.txt 1.11 + ./autogen.sh --prefix=/usr && 1.12 make && 1.13 make DESTDIR=$PWD/_pkg install 1.14 }