Browse Source

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
pull/73/head
msvensson@neptunus.(none) 20 years ago
parent
commit
f3373899e2
  1. 2
      configure.in

2
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=""

Loading…
Cancel
Save