# HG changeset patch # User Pascal Bellard # Date 1239388070 0 # Node ID 38ad3038bb4b700db895867b80843f39da6fa97c # Parent 8e047542175ab1c8ee1dca23ec4e655a9c1b189e php (php-imap): do not link pam diff -r 8e047542175a -r 38ad3038bb4b php/receipt --- a/php/receipt Fri Apr 10 17:18:13 2009 +0000 +++ b/php/receipt Fri Apr 10 18:27:50 2009 +0000 @@ -39,6 +39,7 @@ --with-unixODBC=shared,/usr \ --with-pear=/usr/share/php \ " + sed -i 's/pam_start/pam_nostart/' configure ./configure $COMMON_ARGS $CONFIGURE_ARGS && \ make && make INSTALL_ROOT=$PWD/_pkg install ./configure $COMMON_ARGS --with-apxs2=/usr/bin/apxs $CONFIGURE_ARGS && \