96adc99aa4
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/gnutls#6b130b528abcdb4eed61a78ca9e9d7f8dc89d0ec
12 lines
552 B
Diff
12 lines
552 B
Diff
--- a/guile/src/Makefile.in 2019-03-27 11:51:55.984398001 +0100
|
|
+++ b/guile/src/Makefile.in 2019-03-27 11:52:27.259626076 +0100
|
|
@@ -1472,7 +1472,7 @@
|
|
# 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
|