bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

fix some 'Link' sections


From: Bruno Haible
Subject: fix some 'Link' sections
Date: Fri, 04 Jan 2019 20:19:49 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-141-generic; KDE/5.18.0; x86_64; ; )

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  <address@hidden>

        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+




reply via email to

[Prev in Thread] Current Thread [Next in Thread]