wok diff mailx/receipt @ rev 19258
syslinux/iso2exe: fix partition scan
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 03 10:58:40 2016 +0200 (2016-07-03) |
parents | 695cebc866d9 |
children | 3705d68ed8f3 |
line diff
1.1 --- a/mailx/receipt Wed Sep 16 16:19:50 2015 +0200 1.2 +++ b/mailx/receipt Sun Jul 03 10:58:40 2016 +0200 1.3 @@ -15,7 +15,7 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - sed -i 's|STACK|struct stack_st_X509|' openssl.c 1.8 + sed -i 's|STACK|STACK_OF(X509)|' openssl.c 1.9 make SENDMAIL=/usr/sbin/sendmail && 1.10 make PREFIX=/usr UCBINSTALL=/usr/bin/install \ 1.11 DESTDIR=$DESTDIR install