diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-04-02 19:01:15 -0600 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-04-02 19:01:15 -0600 |
commit | ae5b950c4dd81daa0e03847905f3f38b4ef8b409 (patch) | |
tree | cc9f61f71666e0b4b3f190526b4d8f1641274e5d /libmysql | |
parent | 3a3e8e99d5ba9a4659617d40554677d34053a7e7 (diff) | |
download | mariadb-git-ae5b950c4dd81daa0e03847905f3f38b4ef8b409.tar.gz |
got --with-other-libc to work, finally
configure.in:
updates for --with-other-libc
heap/Makefile.am:
--with-other-libc
libmysql/Makefile.shared:
--with-other-libc
mysys/Makefile.am:
--with-other-libc
regex/Makefile.am:
--with-other-libc
sql/Makefile.am:
--with-other-libc
strings/Makefile.am:
--with-other-libc
Diffstat (limited to 'libmysql')
-rw-r--r-- | libmysql/Makefile.shared | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libmysql/Makefile.shared b/libmysql/Makefile.shared index 795a64ba138..c6f2032fd44 100644 --- a/libmysql/Makefile.shared +++ b/libmysql/Makefile.shared @@ -83,6 +83,9 @@ ctype_extra_sources.c: conf_to_src $(srcdir)/ctype_extra_sources.c conf_to_src_SOURCES = conf_to_src.c conf_to_src_LDADD= - +#for --with-other-libc to ensure static linking +#note -all-static rather than -static +#this is needed for libtool to work right +conf_to_src_LDFLAGS=-all-static # Don't update the files from bitkeeper %::SCCS/s.% |