wok-current rev 9925
apr: use --with-egd --with-devrandom (apache dont build)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue May 17 23:24:56 2011 +0200 (2011-05-17) |
parents | 09986731806c |
children | 54b2e9887317 |
files | apr/receipt |
line diff
1.1 --- a/apr/receipt Tue May 17 23:18:08 2011 +0200 1.2 +++ b/apr/receipt Tue May 17 23:24:56 2011 +0200 1.3 @@ -15,12 +15,12 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.8 - --with-installbuilddir=/usr/share/apr-1/build \ 1.9 - --enable-nonportable-atomics \ 1.10 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.11 - make && 1.12 - make DESTDIR=$PWD/_pkg install 1.13 + ./configure \ 1.14 + --with-installbuilddir=/usr/share/apr-1/build \ 1.15 + --enable-nonportable-atomics \ 1.16 + --with-egd \ 1.17 + --with-devrandom && 1.18 + make && make install 1.19 } 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg.