summaryrefslogtreecommitdiff
path: root/scripts/Makefile.am
diff options
context:
space:
mode:
authorunknown <vva@eagle.mysql.r18.ru>2003-11-15 19:37:54 -0400
committerunknown <vva@eagle.mysql.r18.ru>2003-11-15 19:37:54 -0400
commit194dbe1a9a53cd1b3f3614a8764f8c35587f70e0 (patch)
tree801856548762fcfd62043ae892e890c20326ac28 /scripts/Makefile.am
parent75392a0d2e4c7f95fa1490fed8203c9f2ffbee48 (diff)
downloadmariadb-git-194dbe1a9a53cd1b3f3614a8764f8c35587f70e0.tar.gz
fixed bug #1650 "mysql_config --libmysqd-libs misses libwrap"
scripts/Makefile.am: added processing of @WRAPLIBS@ in scripts scripts/mysql_config.sh: added @WRAPLIBS@ to embedded_libs option line
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r--scripts/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index e846976eceb..d14d7f38deb 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -114,6 +114,7 @@ SUFFIXES = .sh
-e 's!@''LDFLAGS''@!@SAVE_LDFLAGS@!'\
-e 's!@''CLIENT_LIBS''@!@CLIENT_LIBS@!' \
-e 's!@''LIBS''@!@LIBS@!' \
+ -e 's!@''WRAPLIBS''@!@WRAPLIBS@!' \
-e 's!@''innodb_system_libs''@!@innodb_system_libs@!' \
-e 's!@''openssl_libs''@!@openssl_libs@!' \
-e 's!@''VERSION''@!@VERSION@!' \