gnutls-devel
[Top][All Lists]
Advanced

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

Re: patch for shared libraries on cygwin for the guile module


From: Nikos Mavrogiannopoulos
Subject: Re: patch for shared libraries on cygwin for the guile module
Date: Wed, 12 Sep 2012 23:24:09 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.6esrpre) Gecko/20120805 Icedove/10.0.6

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




reply via email to

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