allow openssl to compile with ccache enabled (#4518)
[openwrt/openwrt.git] / package / openssl / patches / 300-etrax_support.patch
1 diff -urN openssl-0.9.8h.orig/Configure openssl-0.9.8h/Configure
2 --- openssl-0.9.8h.orig/Configure 2008-05-02 01:11:30.000000000 +0200
3 +++ openssl-0.9.8h/Configure 2008-06-19 13:27:42.000000000 +0200
4 @@ -389,6 +389,10 @@
5 "qnx4", "cc:-DL_ENDIAN -DTERMIO::(unknown):::${x86_gcc_des} ${x86_gcc_opts}:",
6 "qnx6", "cc:-DL_ENDIAN -DTERMIOS::(unknown)::-lsocket:${x86_gcc_des} ${x86_gcc_opts}:",
7
8 +# cris
9 +"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)::",
10 +
11 +
12 #### SCO/Caldera targets.
13 #
14 # Originally we had like unixware-*, unixware-*-pentium, unixware-*-p6, etc.