# HG changeset patch # User Pascal Bellard # Date 1253915363 -7200 # Node ID 8499519207e26580887d0e9a5b588452dff64fad # Parent f0af3c539b04dd2ac925ae01db8827d8072378c3 cyrus-sasl-pam: fix build with gcc-4.x diff -r f0af3c539b04 -r 8499519207e2 cyrus-sasl-pam/receipt --- a/cyrus-sasl-pam/receipt Fri Sep 25 23:47:12 2009 +0200 +++ b/cyrus-sasl-pam/receipt Fri Sep 25 23:49:23 2009 +0200 @@ -19,7 +19,8 @@ cd $src ./configure --prefix=/usr --infodir=/usr/share/info \ --with-ldap=/usr --with-pam=/usr --with-devrandom=/dev/urandom \ - --mandir=/usr/share/man $CONFIGURE_ARGS && + --mandir=/usr/share/man $CONFIGURE_ARGS + sed -i 's/WITH_DES/WITH_DES 1/' config.h make && make DESTDIR=$PWD/_pkg install }