git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7bd38fb
)
openssl: duplicated mtx-1 specific configuration for mtx-2
author
Martin Dietze
<di@fh-wedel.de>
Fri, 8 Sep 2006 13:26:35 +0000
(13:26 +0000)
committer
Martin Dietze
<di@fh-wedel.de>
Fri, 8 Sep 2006 13:26:35 +0000
(13:26 +0000)
packages/openssl/openssl.inc
patch
|
blob
|
history
diff --git
a/packages/openssl/openssl.inc
b/packages/openssl/openssl.inc
index
ab99495
..
176a718
100644
(file)
--- a/
packages/openssl/openssl.inc
+++ b/
packages/openssl/openssl.inc
@@
-11,6
+11,7
@@
export CFLAG = "-fPIC -DTHREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DTERMIO
# -02 does not work on mipsel: ssh hangs when it tries to read /dev/urandom
export CFLAG_mtx-1 := "${@'${CFLAG}'.replace('-O2', '')}"
+export CFLAG_mtx-2 := "${@'${CFLAG}'.replace('-O2', '')}"
export DIRS = "crypto ssl apps"
export EX_LIBS = "-lgcc -ldl -L${STAGING_LIBDIR}"