summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-01-04 20:04:57 +0100
committerBruno Haible <bruno@clisp.org>2019-01-04 20:04:57 +0100
commitc6cfb82bc3378a5eaf3c9e31fa1e71fdd90e3480 (patch)
tree3b75c6367e161abc217c8d4ce9402b052e3a5501
parent481fe47d016fb7fa002cdb2b285b8e92697a0c0c (diff)
downloadgnulib-c6cfb82bc3378a5eaf3c9e31fa1e71fdd90e3480.tar.gz
Fix some 'Link' sections.
* modules/c-stack (Link): Add link directive from the 'gettext-h' dependency. * modules/getaddrinfo (Link): Likewise.
-rw-r--r--ChangeLog7
-rw-r--r--modules/c-stack1
-rw-r--r--modules/getaddrinfo1
3 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 92bf9cdd24..9e06927c98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
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.
* modules/canon-host (Link): Remove section.
* modules/timevar (Link): Likewise.
diff --git a/modules/c-stack b/modules/c-stack
index dd303bd7ca..ca2c208e1a 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 8de29558c6..195a24afd8 100644
--- a/modules/getaddrinfo
+++ b/modules/getaddrinfo
@@ -36,6 +36,7 @@ Include:
Link:
$(GETADDRINFO_LIB)
+$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
License:
LGPLv2+