aboutsummaryrefslogtreecommitdiffstats
path: root/package/openssl/patches/200-etrax_support.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-02-03 18:45:35 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-02-03 18:45:35 +0000
commit133943e8efa1705c6561eec8b33ae49af4a0baca (patch)
treee04ac1de23579b4ab22e687c6526f8273515c9a5 /package/openssl/patches/200-etrax_support.patch
parent66906574340e154ca8879c8de7857af5ac6f0162 (diff)
downloadmaster-187ad058-133943e8efa1705c6561eec8b33ae49af4a0baca.tar.gz
master-187ad058-133943e8efa1705c6561eec8b33ae49af4a0baca.tar.bz2
master-187ad058-133943e8efa1705c6561eec8b33ae49af4a0baca.zip
openssl: update to 1.0.0c
Signed-off-by: Peter Wagner <tripolar@gmx.at> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25348 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openssl/patches/200-etrax_support.patch')
-rw-r--r--package/openssl/patches/200-etrax_support.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/openssl/patches/200-etrax_support.patch b/package/openssl/patches/200-etrax_support.patch
new file mode 100644
index 0000000000..74c9442d53
--- /dev/null
+++ b/package/openssl/patches/200-etrax_support.patch
@@ -0,0 +1,13 @@
+--- a/Configure
++++ b/Configure
+@@ -403,6 +403,10 @@ my %table=(
+ "QNX6", "gcc:-DTERMIOS::::-lsocket::${no_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+ "QNX6-i386", "gcc:-DL_ENDIAN -DTERMIOS -O2 -Wall::::-lsocket:${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
+
++# cris
++"linux-cris", "\$(TARGET_CC):-DL_ENDIAN -DTERMIO -fomit-frame-pointer::-D_REENTRANT::-ldl:BN_LLONG THIRTY_TWO_BIT RC4_CHAR::::::::::::dlfcn:linux-shared:-fpic::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)::",
++
++
+ #### SCO/Caldera targets.
+ #
+ # Originally we had like unixware-*, unixware-*-pentium, unixware-*-p6, etc.