summaryrefslogtreecommitdiff
path: root/zlib
diff options
context:
space:
mode:
authorkonstantin@mysql.com <>2005-02-05 01:21:16 +0300
committerkonstantin@mysql.com <>2005-02-05 01:21:16 +0300
commite531136c1f359280cf8c757c75304de8205393d9 (patch)
tree24ce2a2e56f50a77ba3664ff0b5fec28c4292aad /zlib
parentbd9239d4d7fcf3ab03f995de533820749aaa204b (diff)
downloadmariadb-git-e531136c1f359280cf8c757c75304de8205393d9.tar.gz
A fix for Bug#6273 "building fails on link": we should not use
CLIENT_LIBS in mysql_config as CLIENT_LIBS point to builddir when we use the bundled zlib.
Diffstat (limited to 'zlib')
-rw-r--r--zlib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/Makefile.am b/zlib/Makefile.am
index 58d3811cd7c..e94d184a841 100644
--- a/zlib/Makefile.am
+++ b/zlib/Makefile.am
@@ -16,7 +16,7 @@
# Process this file with automake to create Makefile.in
-noinst_LTLIBRARIES=libz.la
+pkglib_LTLIBRARIES=libz.la
noinst_HEADERS= crc32.h deflate.h inffast.h inffixed.h inflate.h \
inftrees.h trees.h zconf.h zlib.h zutil.h