X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/34c6a7ae2745d1ca47f2c79fe35673e03a643747..68ec208875ff4707ece159b57800775df6095c0e:/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 b928fbcc6..1c9e71543 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.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 <