unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* [PATCH] Remove version in file name of dynamic library guile-readline
@ 2017-04-26 18:16 Hannes Müller
  0 siblings, 0 replies; only message in thread
From: Hannes Müller @ 2017-04-26 18:16 UTC (permalink / raw)
  To: guile-devel; +Cc: Hannes Müller

* guile-readline/Makefile.am: Add -avoid-version to guile_readline_la_LDFLAGS.
Dynamic library guile-readline resides in a "major-version"."minor-version"
directory. Therefore no additional versioning is required. The patch allows
standard installation on MSYS2, which is done without .la files.
---
 guile-readline/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/guile-readline/Makefile.am b/guile-readline/Makefile.am
index ade7dd09d..36c2f5415 100644
--- a/guile-readline/Makefile.am
+++ b/guile-readline/Makefile.am
@@ -51,7 +51,8 @@ guile_readline_la_LIBADD =				\
   $(READLINE_LIBS)					\
   ../libguile/libguile-@GUILE_EFFECTIVE_VERSION@.la ../lib/libgnu.la
 
-guile_readline_la_LDFLAGS = -export-dynamic -no-undefined -module
+guile_readline_la_LDFLAGS = -export-dynamic		\
+			    -no-undefined -module -avoid-version
 
 BUILT_SOURCES = readline.x
 
-- 
2.12.1




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-04-26 18:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-26 18:16 [PATCH] Remove version in file name of dynamic library guile-readline Hannes Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).