[oe-commits] org.oe.dev openssl-native: stop leaking target compile flags (FULL_OPTIMIZATION) into native build, it kills kittens.

koen commit oe at amethyst.openembedded.net
Wed May 14 19:35:51 UTC 2008


openssl-native: stop leaking target compile flags (FULL_OPTIMIZATION) into native build, it kills kittens.

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: bd7627fcd5e0f5566f8fa82c30d1cd95e9900926
ViewMTN: http://monotone.openembedded.org/revision/info/bd7627fcd5e0f5566f8fa82c30d1cd95e9900926
Files:
1
packages/openssl/openssl-native_0.9.8g.bb
Diffs:

#
# mt diff -rb79fc3b4464182525c734d24545a72d0c0d22ebe -rbd7627fcd5e0f5566f8fa82c30d1cd95e9900926
#
#
#
# patch "packages/openssl/openssl-native_0.9.8g.bb"
#  from [98c454369b291116cbce2058d162de0078064399]
#    to [eac4eae3180f587b82991e77aecbca59fedd1783]
#
============================================================
--- packages/openssl/openssl-native_0.9.8g.bb	98c454369b291116cbce2058d162de0078064399
+++ packages/openssl/openssl-native_0.9.8g.bb	eac4eae3180f587b82991e77aecbca59fedd1783
@@ -2,6 +2,13 @@ require openssl.inc
 
 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"






More information about the Openembedded-commits mailing list