summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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+