openssl: duplicated mtx-1 specific configuration for mtx-2
authorMartin Dietze <di@fh-wedel.de>
Fri, 8 Sep 2006 13:26:35 +0000 (13:26 +0000)
committerMartin Dietze <di@fh-wedel.de>
Fri, 8 Sep 2006 13:26:35 +0000 (13:26 +0000)
packages/openssl/openssl.inc

index ab99495..176a718 100644 (file)
@@ -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}"