X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/f52d66ff00b24111f87c274d3d7085ef2e1d27b1..0e23a76f3ddaef6b7a71c9ed7d6b1adff256bf1a:/package/openssl/patches/150-no_engines.patch?ds=inline diff --git a/package/openssl/patches/150-no_engines.patch b/package/openssl/patches/150-no_engines.patch index b928fbcc6..b4e4999e4 100644 --- a/package/openssl/patches/150-no_engines.patch +++ b/package/openssl/patches/150-no_engines.patch @@ -1,6 +1,21 @@ -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 +diff -ur openssl-0.9.8h.orig/Configure openssl-0.9.8h/Configure +--- openssl-0.9.8h.orig/Configure 2008-05-31 17:31:04.000000000 +0200 ++++ openssl-0.9.8h/Configure 2008-05-31 17:30:47.000000000 +0200 +@@ -1712,6 +1712,11 @@ + close(OUT); + } + ++# ugly hack to disable engines ++if($target eq "mingwx") { ++ system("sed -e s/^LIB/XLIB/g -i engines/Makefile"); ++} ++ + print <