diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-09-29 17:28:27 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-09-29 17:28:27 +0000 |
commit | caf5458f3947e3214cdc4085d0432dd829b04e9d (patch) | |
tree | 6f43ee6da6a8b9cd42ed7042c2e9fb8188fb9093 /package/openssl/patches | |
parent | d85412ccc86529d4e4005fe90079b891bced4e53 (diff) | |
download | upstream-caf5458f3947e3214cdc4085d0432dd829b04e9d.tar.gz upstream-caf5458f3947e3214cdc4085d0432dd829b04e9d.tar.bz2 upstream-caf5458f3947e3214cdc4085d0432dd829b04e9d.zip |
sync openssl in wr and ng, update to 0.9.8d for security fixes
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4873 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openssl/patches')
-rw-r--r-- | package/openssl/patches/110-optimize-for-size.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openssl/patches/110-optimize-for-size.patch b/package/openssl/patches/110-optimize-for-size.patch index 6031c25257..8c78b6a01c 100644 --- a/package/openssl/patches/110-optimize-for-size.patch +++ b/package/openssl/patches/110-optimize-for-size.patch @@ -6,7 +6,7 @@ diff -ur openssl-0.9.8a/Configure openssl-0.9.8a-owrt/Configure "linux-alpha-ccc","ccc:-fast -readonly_strings -DL_ENDIAN -DTERMIO::-D_REENTRANT:::SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL:${no_asm}", "linux-alpha+bwx-ccc","ccc:-fast -readonly_strings -DL_ENDIAN -DTERMIO::-D_REENTRANT:::SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL:${no_asm}", +# OpenWrt targets -+"linux-openwrt","gcc:-DTERMIO OPENWRT_OPTIMIZATION_FLAGS -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", ++"linux-openwrt","gcc:-DTERMIO \$(OPENWRT_OPTIMIZATION_FLAGS) -fomit-frame-pointer -Wall::-D_REENTRANT::-ldl:BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR:${no_asm}:dlfcn:linux-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", #### *BSD [do see comment about ${BSDthreads} above!] "BSD-generic32","gcc:-DTERMIOS -O3 -fomit-frame-pointer -Wall::${BSDthreads}:::BN_LLONG RC2_CHAR RC4_INDEX DES_INT DES_UNROLL:${no_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", |