diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-08-18 12:26:39 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2016-09-09 09:50:20 +0300 |
commit | 4717684a95b1336827b7f728574f3f6efd7b1e92 (patch) | |
tree | b8208e05737ac235f08a665782a01cc80d215bfd /dev-libs/cryptlib | |
parent | dev-libs/botan: remove unused patches (diff) | |
download | gentoo-4717684a95b1336827b7f728574f3f6efd7b1e92.tar.gz gentoo-4717684a95b1336827b7f728574f3f6efd7b1e92.tar.bz2 gentoo-4717684a95b1336827b7f728574f3f6efd7b1e92.zip |
dev-libs/cryptlib: remove unused patch
Diffstat (limited to 'dev-libs/cryptlib')
-rw-r--r-- | dev-libs/cryptlib/files/cryptlib-3.3.2-external-zlib.patch | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-libs/cryptlib/files/cryptlib-3.3.2-external-zlib.patch b/dev-libs/cryptlib/files/cryptlib-3.3.2-external-zlib.patch deleted file mode 100644 index dcff438c90e9..000000000000 --- a/dev-libs/cryptlib/files/cryptlib-3.3.2-external-zlib.patch +++ /dev/null @@ -1,36 +0,0 @@ ---- makefile -+++ makefile -@@ -241,8 +241,7 @@ - - OBJS = $(BNOBJS) $(CERTOBJS) $(CRYPTOBJS) $(CTXOBJS) $(DEVOBJS) \ - $(ENVOBJS) $(HASHOBJS) $(IOOBJS) $(KEYSETOBJS) $(KRNLOBJS) \ -- $(LIBOBJS) $(MECHOBJS) $(MISCOBJS) $(SESSOBJS) $(ZLIBOBJS) \ -- $(OSOBJS) -+ $(LIBOBJS) $(MECHOBJS) $(MISCOBJS) $(SESSOBJS) $(OSOBJS) - - # Object files for the self-test code - -@@ -1299,7 +1298,7 @@ - - $(SLIBNAME): $(OBJS) $(EXTRAOBJS) $(TESTOBJS) - @./tools/buildsharedlib.sh $(OSNAME) $(SLIBNAME) $(LD) $(OBJS) \ -- $(EXTRAOBJS) -+ $(EXTRAOBJS) -lz - - $(DYLIBNAME): $(OBJS) $(EXTRAOBJS) $(TESTOBJS) - @$(LD) -dynamiclib -compatibility_version $(MAJ).$(MIN) \ ---- envelope/envelope.h -+++ envelope/envelope.h -@@ -17,11 +17,7 @@ - #endif /* Compiler-specific includes */ - #endif /* _STREAM_DEFINED */ - #ifdef USE_COMPRESSION -- #if defined( INC_ALL ) -- #include "zlib.h" -- #else -- #include "zlib/zlib.h" -- #endif /* Compiler-specific includes */ -+ #include <zlib.h> - #endif /* USE_COMPRESSION */ - - /**************************************************************************** |