]> Savannah Git Hosting - gnulib.git/commitdiff
Fix incorrect 'Link' sections.
authorBruno Haible <bruno@clisp.org>
Fri, 4 Jan 2019 19:20:24 +0000 (20:20 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 4 Jan 2019 19:20:24 +0000 (20:20 +0100)
* modules/regex (Link): Mention the link requirement of module 'lock'.
* modules/regex-tests (Makefile.am): Don't use LIB_PTHREAD.

ChangeLog
modules/regex
modules/regex-tests

index 9e06927c98288f85d8330b040e8c28fb3cfdcc9e..ea2906449b35149bd8bc0a7ed1941ff1626cae25 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2019-01-04  Bruno Haible  <bruno@clisp.org>
+
+       Fix incorrect 'Link' sections.
+       * modules/regex (Link): Mention the link requirement of module 'lock'.
+       * modules/regex-tests (Makefile.am): Don't use LIB_PTHREAD.
+
 2019-01-04  Bruno Haible  <bruno@clisp.org>
 
        Fix some 'Link' sections.
index 278510c4caa4412a657800a634309c2bbb55de73..7f50916ce31ccdbc726892a0de9b062142a92df7 100644 (file)
@@ -48,6 +48,7 @@ Include:
 <regex.h>
 
 Link:
+$(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise
 $(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
 
 License:
index 30ca5fdac236a747a7e406b04461efc4eee4074b..0782303655d3555766e643e5eeb2b54a5b6c9619 100644 (file)
@@ -11,4 +11,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-regex
 check_PROGRAMS += test-regex
-test_regex_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD) $(LIB_PTHREAD)
+test_regex_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD)