wok-6.x rev 10278
apr: Add $CONFIGURE_ARGS.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 21 16:29:28 2011 +0000 (2011-05-21) |
parents | b283b17be7a4 |
children | affc0ad88f4c |
files | apr/receipt |
line diff
1.1 --- a/apr/receipt Sat May 21 16:27:45 2011 +0000 1.2 +++ b/apr/receipt Sat May 21 16:29:28 2011 +0000 1.3 @@ -20,7 +20,8 @@ 1.4 --with-installbuilddir=/usr/share/apr-1/build \ 1.5 --enable-nonportable-atomics \ 1.6 --with-egd \ 1.7 - --with-devrandom && 1.8 + --with-devrandom \ 1.9 + $CONFIGURE_ARGS && 1.10 make && make install 1.11 } 1.12