Commit ea2f0130 authored by unknown's avatar unknown

- added missing line from the 4.0 configure.in patch


configure.in:
   - Added missing line from 4.0 patch for static glibc linking
parent 3e77f4c6
...@@ -2276,7 +2276,7 @@ fi ...@@ -2276,7 +2276,7 @@ fi
if test "$static_nss" = "1" if test "$static_nss" = "1"
then then
LDFLAGS="$LDFLAGS -static -L$other_libc_lib " LDFLAGS="$LDFLAGS -static $OTHER_LIBC_LIB"
LIBS="$LIBS $STATIC_NSS_FLAGS" LIBS="$LIBS $STATIC_NSS_FLAGS"
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment