diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-02-16 11:12:28 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-02-16 11:13:13 +0000 |
commit | 39481744b199bed3a5f67f6ceee9c2e01595f2af (patch) | |
tree | e1118e6e95547a33668d5b31d2a1d8346d125f64 /zlib | |
parent | 1dd59441bd43071b11d2d952d625fb595083a793 (diff) |
drop Z_PREFIX from internal zlib, makes building clucene much easier
Diffstat (limited to 'zlib')
-rw-r--r-- | zlib/zlib-1.2.5.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/zlib/zlib-1.2.5.patch b/zlib/zlib-1.2.5.patch index 41ae0d49bdc8..7021a2ca4ba0 100644 --- a/zlib/zlib-1.2.5.patch +++ b/zlib/zlib-1.2.5.patch @@ -69,18 +69,3 @@ +.INCLUDE : target.mk +.INCLUDE : tg_wntx64.mk + ---- misc/zlib-1.2.5/zconf.h 2010-04-18 19:58:06.000000000 +0200 -+++ misc/build/zlib-1.2.5/zconf.h 2011-08-12 09:44:59.524936228 +0200 -@@ -14,6 +14,12 @@ - * Even better than compiling with -DZ_PREFIX would be to use configure to set - * this permanently in zconf.h using "./configure --zprefix". - */ -+/* -+ * we need the prefix to get the same names as in 1.1.3 -+*/ -+ -+#define Z_PREFIX -+ - #ifdef Z_PREFIX /* may be set to #if 1 by ./configure */ - - /* all linked symbols */ |