wok rev 5542

mutt: fix compile_rules for openssl 1.0
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 13 13:23:20 2010 +0200 (2010-05-13)
parents c79e4c1abb03
children bebd24501055
files mutt/receipt
line diff
     1.1 --- a/mutt/receipt	Thu May 13 12:36:57 2010 +0200
     1.2 +++ b/mutt/receipt	Thu May 13 13:23:20 2010 +0200
     1.3 @@ -16,6 +16,7 @@
     1.4  compile_rules()
     1.5  {	
     1.6      cd $src
     1.7 +    sed -i 's/STACK \*/STACK_OF(X509) */' mutt_ssl.c
     1.8      ./configure --prefix=/usr --enable-imap --with-ssl=/usr --with-mailpath=/var/mail --sysconfdir=/etc --enable-pop --enable-smtp $CONFIGURE_ARGS &&
     1.9  	make &&
    1.10  	make DESTDIR=$PWD/_pkg install