diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-03 18:45:35 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-03 18:45:35 +0000 |
commit | 133943e8efa1705c6561eec8b33ae49af4a0baca (patch) | |
tree | e04ac1de23579b4ab22e687c6526f8273515c9a5 /package/openssl/patches/140-makefile-dirs.patch | |
parent | 66906574340e154ca8879c8de7857af5ac6f0162 (diff) | |
download | upstream-133943e8efa1705c6561eec8b33ae49af4a0baca.tar.gz upstream-133943e8efa1705c6561eec8b33ae49af4a0baca.tar.bz2 upstream-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/140-makefile-dirs.patch')
-rw-r--r-- | package/openssl/patches/140-makefile-dirs.patch | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package/openssl/patches/140-makefile-dirs.patch b/package/openssl/patches/140-makefile-dirs.patch index 84eee83ab6..c252be9b89 100644 --- a/package/openssl/patches/140-makefile-dirs.patch +++ b/package/openssl/patches/140-makefile-dirs.patch @@ -1,11 +1,11 @@ --- a/Makefile.org +++ b/Makefile.org -@@ -132,7 +132,7 @@ FIPSCANLIB= +@@ -109,7 +109,7 @@ LIBKRB5= + ZLIB_INCLUDE= + LIBZLIB= - BASEADDR= +-DIRS= crypto ssl engines apps test tools ++DIRS= crypto ssl apps + ENGDIRS= ccgost + SHLIBDIRS= crypto ssl --DIRS= crypto fips ssl engines apps test tools -+DIRS= crypto fips ssl apps - SHLIBDIRS= crypto ssl fips - - # dirs in crypto to build |