wok rev 4274

cyrus-sasl-pam: fix build with gcc-4.x
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 25 23:49:23 2009 +0200 (2009-09-25)
parents f0af3c539b04
children 870e9cbd99f2
files cyrus-sasl-pam/receipt
line diff
     1.1 --- a/cyrus-sasl-pam/receipt	Fri Sep 25 23:47:12 2009 +0200
     1.2 +++ b/cyrus-sasl-pam/receipt	Fri Sep 25 23:49:23 2009 +0200
     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  }