mirror of
https://github.com/MariaDB/server.git
synced 2026-05-10 17:14:30 +02:00
Merge trift2.:/MySQL/M50/bug29658-5.0
into trift2.:/MySQL/M51/bug29658-5.1 configure.in: Auto merged
This commit is contained in:
commit
61fb25ba9c
1 changed files with 1 additions and 1 deletions
|
|
@ -589,7 +589,7 @@ AC_SUBST(NOINST_LDFLAGS)
|
|||
|
||||
if test "$TARGET_LINUX" = "true" -a "$static_nss" = ""
|
||||
then
|
||||
tmp=`nm /usr/lib/libc.a | grep _nss_files_getaliasent_r`
|
||||
tmp=`nm /usr/lib*/libc.a | grep _nss_files_getaliasent_r`
|
||||
if test -n "$tmp"
|
||||
then
|
||||
STATIC_NSS_FLAGS="-lc -lnss_files -lnss_dns -lresolv"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue