changeset 40077:22e5bc9336ee

Fix some 'Link' sections. * modules/c-stack (Link): Add link directive from the 'gettext-h' dependency. * modules/getaddrinfo (Link): Likewise.
author Bruno Haible <bruno@clisp.org>
date Fri, 04 Jan 2019 20:04:57 +0100
parents 8cd851acf6a6
children 8f1e8acfadfc
files ChangeLog modules/c-stack modules/getaddrinfo
diffstat 3 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Jan 04 19:59:03 2019 +0100
+++ b/ChangeLog	Fri Jan 04 20:04:57 2019 +0100
@@ -1,3 +1,10 @@
+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.
+
 2019-01-04  Bruno Haible  <bruno@clisp.org>
 
 	Remove redundant 'Link' sections.
--- a/modules/c-stack	Fri Jan 04 19:59:03 2019 +0100
+++ b/modules/c-stack	Fri Jan 04 20:04:57 2019 +0100
@@ -28,6 +28,7 @@
 
 Link:
 $(LTLIBCSTACK) when linking with libtool, $(LIBCSTACK) otherwise
+$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
 
 License:
 GPL
--- a/modules/getaddrinfo	Fri Jan 04 19:59:03 2019 +0100
+++ b/modules/getaddrinfo	Fri Jan 04 20:04:57 2019 +0100
@@ -36,6 +36,7 @@
 
 Link:
 $(GETADDRINFO_LIB)
+$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
 
 License:
 LGPLv2+