wok diff php/receipt @ rev 6215

Up: libnice, libnice-dev to 0.0.13.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Sep 11 16:33:27 2010 +0000 (2010-09-11)
parents 63221aff137b
children 11b005eb0d03
line diff
     1.1 --- a/php/receipt	Mon May 10 12:38:42 2010 -0400
     1.2 +++ b/php/receipt	Sat Sep 11 16:33:27 2010 +0000
     1.3 @@ -55,9 +55,9 @@
     1.4  "
     1.5  	sed -i 's/pam_start/pam_nostart/' configure
     1.6  	./configure $COMMON_ARGS $CONFIGURE_ARGS && \
     1.7 -	make && make INSTALL_ROOT=$PWD/_pkg install
     1.8 +	make -j 4 && make INSTALL_ROOT=$PWD/_pkg install
     1.9  	./configure $COMMON_ARGS --with-apxs2=/usr/bin/apxs $CONFIGURE_ARGS && \
    1.10 -	make && {
    1.11 +	make -j 4 && {
    1.12  		mkdir -p _pkg/etc/apache
    1.13  		cp /etc/apache/httpd.conf _pkg/etc/apache/httpd.conf
    1.14  		make INSTALL_ROOT=$PWD/_pkg install