wok diff mutt/receipt @ rev 5692
busybox: add modprobe -l support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jun 05 15:38:11 2010 +0200 (2010-06-05) |
parents | 9ce9587f7608 |
children | 5c7155cf394a |
line diff
1.1 --- a/mutt/receipt Mon Jun 15 02:02:55 2009 +0200 1.2 +++ b/mutt/receipt Sat Jun 05 15:38:11 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