From: Andre McCurdy Date: Sat, 28 Jul 2018 20:39:21 +0000 (-0700) Subject: openssl_1.0: drop unmaintained darwin support X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~17178 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c7f37bb1345c38211acd137c00b9d07f92601a7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git openssl_1.0: drop unmaintained darwin support The fact that the darwin support only appears to consider x86 (and not x86_64) suggests that it's not maintained or tested. In general oe-core doesn't support building on darwin. Signed-off-by: Andre McCurdy Signed-off-by: Ross Burton --- diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.2o.bb b/meta/recipes-connectivity/openssl/openssl_1.0.2o.bb index c2d9264732c..2804203e385 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.0.2o.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.0.2o.bb @@ -89,10 +89,6 @@ CFLAG += "-Wa,--noexecstack" CFLAG_append_class-native = " -fPIC" -do_configure_prepend_darwin () { - sed -i -e '/version-script=openssl\.ld/d' Configure -} - do_configure () { # The crypto_use_bigint patch means that perl's bignum module needs to be # installed, but some distributions (for example Fedora 23) don't ship it by @@ -190,9 +186,6 @@ do_configure () { linux-sparc) target=linux-sparcv8 ;; - darwin-i386) - target=darwin-i386-cc - ;; esac # inject machine-specific flags