gnutls-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

patch for shared libraries on cygwin for the guile module


From: Dr. Volker Zell
Subject: patch for shared libraries on cygwin for the guile module
Date: Fri, 07 Sep 2012 10:18:23 +0200

Hi

The following patch is neede to get shared libraries on cygwin for the guile 
module:


--- origsrc/gnutls-3.1.0/guile/src/Makefile.am  2012-08-11 15:00:04.000000000 
+0200
+++ src/gnutls-3.1.0/guile/src/Makefile.am      2012-08-28 23:28:16.593750000 
+0200
@@ -32,7 +32,7 @@ BUILT_SOURCES = enum-map.i.c smob-types.
 CLEANFILES = $(BUILT_SOURCES)
 
 guileextension_LTLIBRARIES  = guile-gnutls-v-2.la
-guile_gnutls_v_2_la_LDFLAGS = -module
+guile_gnutls_v_2_la_LDFLAGS = -module -avoid-version -no-undefined
 
 # Linking against GnuTLS.
 GNUTLS_CORE_LIBS  = $(top_builddir)/lib/libgnutls.la


Ciao
  Volker
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]