wok diff apr/receipt @ 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 ab78d24434f5
children 49964eda5823
line diff
     1.1 --- a/apr/receipt	Tue May 17 23:44:04 2011 +0200
     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