1 https://sourceforge.net/tracker/?func=detail&aid=3175466&group_id=6389&atid=306389
2 https://bugs.gentoo.org/354051
7 # ---------------------------------------------------------------
8 AC_MSG_CHECKING([link options])
10 -test ".$can_build_shared" != ".no" && ZZIPLIB_LDFLAGS="--export-dynamic"
11 +test ".$can_build_shared" != ".no" && ZZIPLIB_LDFLAGS="-export-dynamic"
13 case "$host_os" in mingw*)
14 ZZIPLIB_LDFLAGS="-no-undefined -export-all-symbols -mconsole"