From: Koen Kooi Date: Fri, 16 May 2008 18:36:27 +0000 (+0000) Subject: openssl-native: remove the CFLAG export, it isn't needed, contrary to my previous... X-Git-Tag: Release-2010-05/1~6924^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e1c73b9c9b89edf166047bef2ac67aa43e561ae;p=openembedded.git openssl-native: remove the CFLAG export, it isn't needed, contrary to my previous build attemps, so everything should work again (including generating vulnerable keys) --- diff --git a/packages/openssl/openssl-native_0.9.7m.bb b/packages/openssl/openssl-native_0.9.7m.bb index f030ca10dd..e7dc7c7e5e 100644 --- a/packages/openssl/openssl-native_0.9.7m.bb +++ b/packages/openssl/openssl-native_0.9.7m.bb @@ -6,10 +6,6 @@ require openssl.inc export FULL_OPTIMIZATION = " " export BUILD_OPTIMIZATION = " " -export CFLAG = " ${@base_conditional('SITEINFO_ENDIANESS', 'le', '-DL_ENDIAN', '-DB_ENDIAN', d)} \ - -DTERMIO " - - PR = "r2" SRC_URI += "file://debian.patch;patch=1 \ diff --git a/packages/openssl/openssl-native_0.9.8g.bb b/packages/openssl/openssl-native_0.9.8g.bb index e0fe33c9f9..7d8a931cf1 100644 --- a/packages/openssl/openssl-native_0.9.8g.bb +++ b/packages/openssl/openssl-native_0.9.8g.bb @@ -8,9 +8,6 @@ require openssl.inc export FULL_OPTIMIZATION = " " export BUILD_OPTIMIZATION = " " -export CFLAG = " ${@base_conditional('SITEINFO_ENDIANESS', 'le', '-DL_ENDIAN', '-DB_ENDIAN', d)} \ - -DTERMIO " - SRC_URI += "file://debian.patch;patch=1 \ file://configure-targets.patch;patch=1 \ file://shared-libs.patch;patch=1"