# HG changeset patch # User Pascal Bellard # Date 1273746502 -7200 # Node ID 454a730fce46acba12065225d97d3c5659b14410 # Parent 3a2b03691069239ad17030ed4271b67b576ed23d nail: fix compile_rules for openssl 1.0 diff -r 3a2b03691069 -r 454a730fce46 nail/receipt --- a/nail/receipt Thu May 13 10:00:52 2010 +0200 +++ b/nail/receipt Thu May 13 12:28:22 2010 +0200 @@ -18,6 +18,7 @@ compile_rules() { cd $src + sed -i 's/static int smime/#define STACK STACK_OF(X509_NAME)\n&/' openssl.c # avoid compiling with kerberos authentification: make config.h