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

firefox-langpack-pt_BR: Up to 17.0.6esr
author Dominique Corbex <domcox@slitaz.org>
date Wed May 22 21:57:01 2013 +0200 (2013-05-22)
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 May 22 21:57:01 2013 +0200
     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