X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/074849c19e8287cc14536c11cd92bfd9c161ff0c..7c5eb47ac7e37ce140d46498384984f5144ac28c:/package/openssl/patches/150-no_engines.patch diff --git a/package/openssl/patches/150-no_engines.patch b/package/openssl/patches/150-no_engines.patch index 104cba07a..1c9e71543 100644 --- a/package/openssl/patches/150-no_engines.patch +++ b/package/openssl/patches/150-no_engines.patch @@ -1,7 +1,21 @@ -Index: openssl-0.9.8e/util/libeay.num -=================================================================== ---- openssl-0.9.8e.orig/util/libeay.num 2007-06-04 13:23:32.021865832 +0200 -+++ openssl-0.9.8e/util/libeay.num 2007-06-04 13:23:33.045710184 +0200 +diff -ur openssl-0.9.8g/Configure openssl-0.9.8g2/Configure +--- openssl-0.9.8g/Configure 2008-05-19 22:49:45.000000000 +0200 ++++ openssl-0.9.8g2/Configure 2008-05-19 22:50:40.000000000 +0200 +@@ -1685,6 +1685,11 @@ + close(OUT); + } + ++# ugly hack to disable engines ++if($target eq "mingwx") { ++ system("sed -e s/^LIB/XLIB/g -i engines/Makefile"); ++} ++ + print <