bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
* fix some 'Link' sections
@ 2019-01-04 19:19 Bruno Haible
  0 siblings, 0 replies; only message in thread
From: Bruno Haible @ 2019-01-04 19:19 UTC (permalink / raw)
  To: bug-gnulib

A few modules compute the link dependencies through an Autoconf macro,
but need also to consider other dependencies. This patch fixes them.


2019-01-04  Bruno Haible  <bruno@clisp.org>

	Fix some 'Link' sections.
	* modules/c-stack (Link): Add link directive from the 'gettext-h'
	dependency.
	* modules/getaddrinfo (Link): Likewise.

diff --git a/modules/c-stack b/modules/c-stack
index dd303bd..ca2c208 100644
--- a/modules/c-stack
+++ b/modules/c-stack
@@ -28,6 +28,7 @@ Include:
 
 Link:
 $(LTLIBCSTACK) when linking with libtool, $(LIBCSTACK) otherwise
+$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
 
 License:
 GPL
diff --git a/modules/getaddrinfo b/modules/getaddrinfo
index 8de2955..195a24a 100644
--- a/modules/getaddrinfo
+++ b/modules/getaddrinfo
@@ -36,6 +36,7 @@ Include:
 
 Link:
 $(GETADDRINFO_LIB)
+$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
 
 License:
 LGPLv2+



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

only message in thread, other threads:[~2019-01-04 19:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-04 19:19 fix some 'Link' sections Bruno Haible

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).