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 | ef73b5e4b0423224259f321c86aa81de3af01f2a (patch) | |
tree | cc50b67410e4336729a4e79df9149a5812c680a4 /configure.in | |
parent | 10633fd8397f8450b5076bb98f336f6d20967b5d (diff) | |
download | mariadb-git-ef73b5e4b0423224259f321c86aa81de3af01f2a.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="" |