summaryrefslogtreecommitdiff
path: root/extra/zziplib/zziplib-0.13.60-ldflags.patch
blob: 3c95ff465dff75c42bcfc34670ac9bacbf2466d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
https://sourceforge.net/tracker/?func=detail&aid=3175466&group_id=6389&atid=306389
https://bugs.gentoo.org/354051

--- a/configure
+++ b/configure
@@ -292,7 +292,7 @@
 # ---------------------------------------------------------------
 AC_MSG_CHECKING([link options])
 ZZIPLIB_LDFLAGS=""
-test ".$can_build_shared" != ".no" && ZZIPLIB_LDFLAGS="--export-dynamic"
+test ".$can_build_shared" != ".no" && ZZIPLIB_LDFLAGS="-export-dynamic"
 RESOLVES=" # "
 case "$host_os" in mingw*)
     ZZIPLIB_LDFLAGS="-no-undefined -export-all-symbols -mconsole"