wok diff php-auth-pam/receipt @ rev 13847

frogatto: try to fix build (Boost 1.47 removed a deprecated function...) btw, we use boost 1.50
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 09 01:13:47 2013 +0000 (2013-01-09)
parents 2f79d601d5bc
children 3b3a139f4862
line diff
     1.1 --- a/php-auth-pam/receipt	Thu Nov 03 17:16:52 2011 +0100
     1.2 +++ b/php-auth-pam/receipt	Wed Jan 09 01:13:47 2013 +0000
     1.3 @@ -18,10 +18,10 @@
     1.4  	test -d  ${PACKAGE}-${VERSION} \
     1.5  		|| make ${PACKAGE}-${VERSION}.orig ${PACKAGE}-${VERSION}
     1.6  	cd $src
     1.7 -	phpize 
     1.8 +	phpize
     1.9  	patch -p1 < $stuff/php-auth-pam-Makefile.global0.4.u || exit 1
    1.10  	
    1.11 -	./configure \
    1.12 +	./configure $CONFIGURE_ARGS \
    1.13  		--prefix=/usr &&
    1.14  	
    1.15  	make && make DESTDIR=$DESTDIR install