diff options
author | unknown <msvensson@neptunus.(none)> | 2006-04-13 13:02:58 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-04-13 13:02:58 +0200 |
commit | dff303bcbd5200532689f8e2f21e4acbb7016d4a (patch) | |
tree | cc50b67410e4336729a4e79df9149a5812c680a4 /configure.in | |
parent | f4e5a77d50e921b9d90a2ea9cfc24445bc4deb93 (diff) | |
download | mariadb-git-dff303bcbd5200532689f8e2f21e4acbb7016d4a.tar.gz |
Bug#18837 Many build and test failures when configuring without --disable-shared
Build "NOINST" tools with -static flag to avoid any ld problems when using them
configure.in:
Build "NOINST" tools with -static flag to avoid any ld problems when using them
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 3e936ae422f..41ba8f4c8f0 100644 --- a/configure.in +++ b/configure.in @@ -513,7 +513,7 @@ then AC_MSG_ERROR([MySQL requires an ANSI C compiler (and a C++ compiler). Try gcc. See the Installation chapter in the Reference Manual.]) fi -NOINST_LDFLAGS= +NOINST_LDFLAGS="-static" static_nss="" STATIC_NSS_FLAGS="" |