updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / lib32-zziplib / zziplib-0.13.60-ldflags.patch
blob3c95ff465dff75c42bcfc34670ac9bacbf2466d1
1 https://sourceforge.net/tracker/?func=detail&aid=3175466&group_id=6389&atid=306389
2 https://bugs.gentoo.org/354051
4 --- a/configure
5 +++ b/configure
6 @@ -292,7 +292,7 @@
7 # ---------------------------------------------------------------
8 AC_MSG_CHECKING([link options])
9 ZZIPLIB_LDFLAGS=""
10 -test ".$can_build_shared" != ".no" && ZZIPLIB_LDFLAGS="--export-dynamic"
11 +test ".$can_build_shared" != ".no" && ZZIPLIB_LDFLAGS="-export-dynamic"
12 RESOLVES=" # "
13 case "$host_os" in mingw*)
14 ZZIPLIB_LDFLAGS="-no-undefined -export-all-symbols -mconsole"