# HG changeset patch # User Pascal Bellard # Date 1253915232 -7200 # Node ID f0af3c539b04dd2ac925ae01db8827d8072378c3 # Parent f0ddc061e092750f2b9db3044aa782b254af5dca cyrus-sasl: fix build with gcc-4.x diff -r f0ddc061e092 -r f0af3c539b04 cyrus-sasl/receipt --- a/cyrus-sasl/receipt Fri Sep 25 23:17:42 2009 +0200 +++ b/cyrus-sasl/receipt Fri Sep 25 23:47:12 2009 +0200 @@ -17,7 +17,8 @@ cd $src ./configure --prefix=/usr --infodir=/usr/share/info \ --with-ldap=/usr --without-pam --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 }