diff options
author | John Crispin <blogic@openwrt.org> | 2008-08-26 11:36:06 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2008-08-26 11:36:06 +0000 |
commit | 7426e98c67a96e159045fae02bf1355089224ffc (patch) | |
tree | 27700c3c9ce724b46110f6c223dae093321bf3fb /package/openssl/patches | |
parent | 9f8fc52bbc87bdb1e2eddafe778f7706dd08a0d2 (diff) | |
download | master-187ad058-7426e98c67a96e159045fae02bf1355089224ffc.tar.gz master-187ad058-7426e98c67a96e159045fae02bf1355089224ffc.tar.bz2 master-187ad058-7426e98c67a96e159045fae02bf1355089224ffc.zip |
adds several fixes to etrax, make openssl work on etrax
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12393 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openssl/patches')
-rw-r--r-- | package/openssl/patches/300-etrax_support.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/package/openssl/patches/300-etrax_support.patch b/package/openssl/patches/300-etrax_support.patch new file mode 100644 index 0000000000..6343398417 --- /dev/null +++ b/package/openssl/patches/300-etrax_support.patch @@ -0,0 +1,14 @@ +diff -urN openssl-0.9.8h.orig/Configure openssl-0.9.8h/Configure +--- openssl-0.9.8h.orig/Configure 2008-05-02 01:11:30.000000000 +0200 ++++ openssl-0.9.8h/Configure 2008-06-19 13:27:42.000000000 +0200 +@@ -385,6 +385,10 @@ + "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}:", + ++# 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. |