wok-6.x diff cyrus-sasl-pam/receipt @ rev 4445

Up: awesome (3.3.4)
author Mallory Mollo <mallory@sweetpeople.org>
date Tue Nov 03 23:27:48 2009 +0100 (2009-11-03)
parents a4af2b62bb67
children adc267450fe2
line diff
     1.1 --- a/cyrus-sasl-pam/receipt	Thu Mar 12 15:53:10 2009 +0000
     1.2 +++ b/cyrus-sasl-pam/receipt	Tue Nov 03 23:27:48 2009 +0100
     1.3 @@ -19,7 +19,8 @@
     1.4  	cd $src
     1.5  	./configure --prefix=/usr --infodir=/usr/share/info \
     1.6  	--with-ldap=/usr --with-pam=/usr --with-devrandom=/dev/urandom \
     1.7 -	--mandir=/usr/share/man $CONFIGURE_ARGS &&
     1.8 +	--mandir=/usr/share/man $CONFIGURE_ARGS
     1.9 +	sed -i 's/WITH_DES/WITH_DES 1/' config.h
    1.10  	make &&
    1.11  	make DESTDIR=$PWD/_pkg install
    1.12  }