14 lines
618 B
Diff
14 lines
618 B
Diff
|
diff --git a/guile/src/Makefile.in b/guile/src/Makefile.in
|
||
|
index 95e1e9c..1dfc88e 100644
|
||
|
--- a/guile/src/Makefile.in
|
||
|
+++ b/guile/src/Makefile.in
|
||
|
@@ -1483,7 +1483,7 @@ guileextension_LTLIBRARIES = guile-gnutls-v-2.la
|
||
|
# Use '-module' to build a "dlopenable module", in Libtool terms.
|
||
|
# Use '-undefined' to placate Libtool on Windows; see
|
||
|
# <https://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
|