# HG changeset patch # User Christophe Lincoln # Date 1305667496 -7200 # Node ID ed226acb2345b0c103f6c3b0cd31d4d6c32e433a # Parent 09986731806c6bd593cf5d9a36cc041e75506eda apr: use --with-egd --with-devrandom (apache dont build) diff -r 09986731806c -r ed226acb2345 apr/receipt --- a/apr/receipt Tue May 17 23:18:08 2011 +0200 +++ b/apr/receipt Tue May 17 23:24:56 2011 +0200 @@ -15,12 +15,12 @@ compile_rules() { cd $src - ./configure --prefix=/usr --infodir=/usr/share/info \ - --with-installbuilddir=/usr/share/apr-1/build \ - --enable-nonportable-atomics \ - --mandir=/usr/share/man $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + ./configure \ + --with-installbuilddir=/usr/share/apr-1/build \ + --enable-nonportable-atomics \ + --with-egd \ + --with-devrandom && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.