diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-06-11 00:41:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-11 00:41:05 +0000 |
commit | 26ccebb6ac3cf5c0573e2dec0af78e26e799b90a (patch) | |
tree | acf5f857634a81b656382603ad7c90cd681aba35 /package/openssl/patches/140-makefile-dirs.patch | |
parent | 94a4c42313b4a81fafd3c9d199d107ab9ed71cc3 (diff) | |
download | upstream-26ccebb6ac3cf5c0573e2dec0af78e26e799b90a.tar.gz upstream-26ccebb6ac3cf5c0573e2dec0af78e26e799b90a.tar.bz2 upstream-26ccebb6ac3cf5c0573e2dec0af78e26e799b90a.zip |
add openssl
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3931 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 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/openssl/patches/140-makefile-dirs.patch b/package/openssl/patches/140-makefile-dirs.patch new file mode 100644 index 0000000000..89022e0c6c --- /dev/null +++ b/package/openssl/patches/140-makefile-dirs.patch @@ -0,0 +1,11 @@ +--- 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 ssl engines apps test tools ++DIRS= crypto ssl apps + SHLIBDIRS= crypto ssl + + # dirs in crypto to build |