diff options
author | Mike Baker <mbm@openwrt.org> | 2006-02-23 00:33:09 +0000 |
---|---|---|
committer | Mike Baker <mbm@openwrt.org> | 2006-02-23 00:33:09 +0000 |
commit | c1656a68231fe41b9a8c5a86b697d95cc1171fd1 (patch) | |
tree | b9a65cd5c66d7befdb6ded504ce32e4bedc4438c /package/openssl/patches/140-makefile-dirs.patch | |
parent | 9c6f4e54fbb93e2ca036d4f93b64d59698d2e28b (diff) | |
download | upstream-c1656a68231fe41b9a8c5a86b697d95cc1171fd1.tar.gz upstream-c1656a68231fe41b9a8c5a86b697d95cc1171fd1.tar.bz2 upstream-c1656a68231fe41b9a8c5a86b697d95cc1171fd1.zip |
update openssl to 0.9.8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3265 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 | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/package/openssl/patches/140-makefile-dirs.patch b/package/openssl/patches/140-makefile-dirs.patch index 7d01538118..89022e0c6c 100644 --- a/package/openssl/patches/140-makefile-dirs.patch +++ b/package/openssl/patches/140-makefile-dirs.patch @@ -1,11 +1,10 @@ -diff -Nur openssl-0.9.7f/Makefile.org openssl-0.9.7f.new/Makefile.org ---- openssl-0.9.7f/Makefile.org 2005-03-15 10:46:13.000000000 +0100 -+++ openssl-0.9.7f.new/Makefile.org 2005-04-03 20:15:26.000000000 +0200 -@@ -175,7 +175,7 @@ - # we might set SHLIB_MARK to '$(SHARED_LIBS)'. - SHLIB_MARK= +--- openssl-0.9.8a/Makefile.org 2006-02-21 20:57:45.000000000 -0800 ++++ openssl-0.9.8a-new/Makefile.org 2006-02-21 21:37:11.000000000 -0800 +@@ -100,7 +100,7 @@ + KRB5_INCLUDES= + LIBKRB5= --DIRS= crypto fips ssl $(SHLIB_MARK) sigs apps test tools +-DIRS= crypto ssl engines apps test tools +DIRS= crypto ssl apps SHLIBDIRS= crypto ssl |