diff options
author | Koen Kooi <koen@openembedded.org> | 2008-05-16 16:51:21 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-05-16 16:51:21 +0000 |
commit | 8deb73eabcf5822b8966e0c4628d493eaf20025a (patch) | |
tree | 609ec59467ba1ff5e445ac5a9f8cc9bf1cceb0f2 /packages/openssl/openssl-native_0.9.7m.bb | |
parent | c93cd9e832f2693e73b2e17c00b2dc7fe84af4aa (diff) |
disapproval of revision '462968658bdc2a3c48a8d634f9be59d450259f49'
Diffstat (limited to 'packages/openssl/openssl-native_0.9.7m.bb')
-rw-r--r-- | packages/openssl/openssl-native_0.9.7m.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/openssl/openssl-native_0.9.7m.bb b/packages/openssl/openssl-native_0.9.7m.bb index 32c61add82..f030ca10dd 100644 --- a/packages/openssl/openssl-native_0.9.7m.bb +++ b/packages/openssl/openssl-native_0.9.7m.bb @@ -6,7 +6,11 @@ require openssl.inc export FULL_OPTIMIZATION = " " export BUILD_OPTIMIZATION = " " -PR = "r3" +export CFLAG = " ${@base_conditional('SITEINFO_ENDIANESS', 'le', '-DL_ENDIAN', '-DB_ENDIAN', d)} \ + -DTERMIO " + + +PR = "r2" SRC_URI += "file://debian.patch;patch=1 \ file://armeb.patch;patch=1;pnum=0 \ |