diff options
author | 2011-07-05 07:01:57 +0000 | |
---|---|---|
committer | 2011-07-05 07:01:57 +0000 | |
commit | 0b232301c6b999c86d98fa18adb23c3d1daa0e6e (patch) | |
tree | cfb4f13a5048c3e1bedded3c28b6fa6e701cfd8f /dev-libs/openssl/files | |
parent | Decode mingw targets #373743 by Bertrand Jacquin. (diff) | |
download | gentoo-2-0b232301c6b999c86d98fa18adb23c3d1daa0e6e.tar.gz gentoo-2-0b232301c6b999c86d98fa18adb23c3d1daa0e6e.tar.bz2 gentoo-2-0b232301c6b999c86d98fa18adb23c3d1daa0e6e.zip |
Punt old -lcrypt patch which hasn't been needed for a long time #373743#19 by Bertrand Jacquin.
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/openssl/files')
-rw-r--r-- | dev-libs/openssl/files/openssl-0.9.7e-gentoo.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/dev-libs/openssl/files/openssl-0.9.7e-gentoo.patch b/dev-libs/openssl/files/openssl-0.9.7e-gentoo.patch deleted file mode 100644 index b3753d20de97..000000000000 --- a/dev-libs/openssl/files/openssl-0.9.7e-gentoo.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -r -c -C 2 openssl-0.9.6g-orig/test/Makefile openssl-0.9.6g/test/Makefile -*** openssl-0.9.6g-orig/test/Makefile Thu Sep 26 15:20:47 2002 ---- openssl-0.9.6g/test/Makefile Thu Sep 26 15:23:26 2002 -*************** -*** 28,32 **** - DLIBCRYPTO= ../libcrypto.a - DLIBSSL= ../libssl.a -! LIBCRYPTO= -L.. -lcrypto - LIBSSL= -L.. -lssl - ---- 28,32 ---- - DLIBCRYPTO= ../libcrypto.a - DLIBSSL= ../libssl.a -! LIBCRYPTO= -L.. -lcrypto -lcrypt - LIBSSL= -L.. -lssl - |