diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-03-26 14:29:14 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-03-26 14:29:14 +0000 |
commit | 179ba60e0e5007e9011700af573669e1ada17b2d (patch) | |
tree | 55264f3a54c5446d069c0232e2be487b8c4c02bc /package/openssl/patches/300-etrax_support.patch | |
parent | ed88fabbfda54e870e884461c0be60c7dbb51086 (diff) | |
download | mtk-20170518-179ba60e0e5007e9011700af573669e1ada17b2d.zip mtk-20170518-179ba60e0e5007e9011700af573669e1ada17b2d.tar.gz mtk-20170518-179ba60e0e5007e9011700af573669e1ada17b2d.tar.bz2 |
package/openssl: refresh patches
SVN-Revision: 20473
Diffstat (limited to 'package/openssl/patches/300-etrax_support.patch')
-rw-r--r-- | package/openssl/patches/300-etrax_support.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/openssl/patches/300-etrax_support.patch b/package/openssl/patches/300-etrax_support.patch index 758ebeb..74c9442 100644 --- a/package/openssl/patches/300-etrax_support.patch +++ b/package/openssl/patches/300-etrax_support.patch @@ -1,8 +1,8 @@ --- a/Configure +++ b/Configure -@@ -396,6 +396,10 @@ my %table=( - "qnx4", "cc:-DL_ENDIAN -DTERMIO::(unknown):::${x86_gcc_des} ${x86_gcc_opts}:", - "qnx6", "cc:-DL_ENDIAN -DTERMIOS::(unknown)::-lsocket:${x86_gcc_des} ${x86_gcc_opts}:", +@@ -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)::", |