X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/b5cb1795de1f0959de1e228bd2e784d1cea921a7..677126d6544a0fa5cb0e66868c56f67021940a26:/package/openssl/patches/150-no_engines.patch?ds=sidebyside diff --git a/package/openssl/patches/150-no_engines.patch b/package/openssl/patches/150-no_engines.patch index 104cba07a..09d733ad0 100644 --- a/package/openssl/patches/150-no_engines.patch +++ b/package/openssl/patches/150-no_engines.patch @@ -1,8 +1,20 @@ -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 -@@ -2071,7 +2071,6 @@ +--- a/Configure ++++ b/Configure +@@ -1886,6 +1886,11 @@ EOF + close(OUT); + } + ++# ugly hack to disable engines ++if($target eq "mingwx") { ++ system("sed -e s/^LIB/XLIB/g -i engines/Makefile"); ++} ++ + print <