diff options
author | monty@donna.mysql.fi <> | 2001-04-18 02:53:21 +0300 |
---|---|---|
committer | monty@donna.mysql.fi <> | 2001-04-18 02:53:21 +0300 |
commit | ad7fa1c94050a7ec38c7f18589426b92080004ed (patch) | |
tree | e6bcb6e78efce750d0d73893bab34d46e63d19c7 /libmysql/Makefile.shared | |
parent | 2542d7d132fed53d5e9a1bf6543fcd10064eb0aa (diff) | |
download | mariadb-git-ad7fa1c94050a7ec38c7f18589426b92080004ed.tar.gz |
Don't force conf_to_src to be static an all systems
Removed unpredictable test from rpl000001.test
Diffstat (limited to 'libmysql/Makefile.shared')
-rw-r--r-- | libmysql/Makefile.shared | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libmysql/Makefile.shared b/libmysql/Makefile.shared index c6f2032fd44..cd19868ec33 100644 --- a/libmysql/Makefile.shared +++ b/libmysql/Makefile.shared @@ -83,9 +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 +#force static linking of conf_to_src - essential when linking against +#custom installation of libc +conf_to_src_LDFLAGS=@NOINST_LDFLAGS@ + # Don't update the files from bitkeeper %::SCCS/s.% |