wok-6.x diff php-auth-pam/receipt @ rev 11778

Up: tazusb (3.0.4)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Feb 23 23:12:36 2012 +0100 (2012-02-23)
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	Thu Feb 23 23:12:36 2012 +0100
     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