openssl-native: stop leaking target compile flags (FULL_OPTIMIZATION) into native...
authorKoen Kooi <koen@openembedded.org>
Wed, 14 May 2008 19:32:53 +0000 (19:32 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 14 May 2008 19:32:53 +0000 (19:32 +0000)
packages/openssl/openssl-native_0.9.8g.bb

index e491cc0..138a45a 100644 (file)
@@ -2,6 +2,13 @@ inherit pkgconfig native
 
 require openssl.inc
 
+# This flag can contain target options (e.g -mfpu=neon for armv7-a systems)
+export FULL_OPTIMIZATION = " "
+export BUILD_OPTIMIZATION = " "
+
+export CFLAG = " "
+
+
 SRC_URI += "file://debian.patch;patch=1 \
             file://configure-targets.patch;patch=1 \
             file://shared-libs.patch;patch=1"