X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Fopenssl%2Fpatches%2F150-no_engines.patch;h=ed34698a85979c37f0325a17c6f36adf9f31ec8c;hb=30a7395e396d026585c9be140c9f10ba5a5b6861;hp=b928fbcc61d4cbeef0db0a7e2852a3c6af3aa89c;hpb=34c6a7ae2745d1ca47f2c79fe35673e03a643747;p=openwrt.git diff --git a/package/openssl/patches/150-no_engines.patch b/package/openssl/patches/150-no_engines.patch index b928fbcc61..ed34698a85 100644 --- a/package/openssl/patches/150-no_engines.patch +++ b/package/openssl/patches/150-no_engines.patch @@ -1,7 +1,20 @@ -diff -udrNP openssl-0.9.8-stable-SNAP-20050703.orig/util/libeay.num openssl-0.9.8-stable-SNAP-20050703/util/libeay.num ---- openssl-0.9.8-stable-SNAP-20050703.orig/util/libeay.num 2005-07-04 00:27:14.653639088 +0200 -+++ openssl-0.9.8-stable-SNAP-20050703/util/libeay.num 2005-07-04 22:50:07.986576664 +0200 -@@ -2071,7 +2071,6 @@ +--- a/Configure ++++ b/Configure +@@ -1904,6 +1904,11 @@ EOF + close(OUT); + } + ++# ugly hack to disable engines ++if($target eq "mingwx") { ++ system("sed -e s/^LIB/XLIB/g -i engines/Makefile"); ++} ++ + print <