13 lines
699 B
Diff
13 lines
699 B
Diff
diff -up gnutls-3.4.2/guile/src/Makefile.in.jx gnutls-3.4.2/guile/src/Makefile.in
|
|
--- gnutls-3.4.2/guile/src/Makefile.in.jx 2015-06-16 12:23:31.000000000 -0400
|
|
+++ gnutls-3.4.2/guile/src/Makefile.in 2015-07-02 14:01:19.415060204 -0400
|
|
@@ -1316,7 +1316,7 @@ guileextension_LTLIBRARIES = guile-gnutl
|
|
# Use '-module' to build a "dlopenable module", in Libtool terms.
|
|
# Use '-undefined' to placate Libtool on Windows; see
|
|
# <http://lists.gnutls.org/pipermail/gnutls-devel/2014-December/007294.html>.
|
|
-guile_gnutls_v_2_la_LDFLAGS = -module -no-undefined
|
|
+guile_gnutls_v_2_la_LDFLAGS = -module -no-undefined -Wl,-z,lazy
|
|
|
|
# Linking against GnuTLS.
|
|
GNUTLS_CORE_LIBS = $(top_builddir)/lib/libgnutls.la
|