Commit ef73b5e4 authored by unknown's avatar unknown
Browse files

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
parent 10633fd8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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=""