patch for shared libraries on cygwin for the guile module
Nikos Mavrogiannopoulos
nmav at gnutls.org
Wed Sep 12 23:24:09 CEST 2012
On 09/07/2012 10:18 AM, Dr. Volker Zell wrote:
> 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
Hello,
Is there a way for that to be conditional? These flags seem to be
cygwin specific, and mingw64 has no issues building so there is no need
to add them unconditionally.
regards,
Nikos
More information about the Gnutls-devel
mailing list