]> Savannah Git Hosting - gnulib.git/commitdiff
exclude-tests: port to AIX 7.1
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 30 May 2014 06:00:02 +0000 (23:00 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 30 May 2014 06:00:33 +0000 (23:00 -0700)
* modules/exclude-tests (test_exclude_LDADD): Add $(LIBTHREAD).
Needed on AIX 7.1 with xlc V12.1, otherwise it won't link because
the regex code uses locks.

ChangeLog
modules/exclude-tests

index e95bb22887c3bed4bf3939a93ba0dcd3797699af..33ffe6e4107447e54e9cb51bd5321b0a36ea6900 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-05-29  Paul Eggert  <eggert@cs.ucla.edu>
+
+       exclude-tests: port to AIX 7.1
+       * modules/exclude-tests (test_exclude_LDADD): Add $(LIBTHREAD).
+       Needed on AIX 7.1 with xlc V12.1, otherwise it won't link because
+       the regex code uses locks.
+
 2014-05-28  Paul Eggert  <eggert@cs.ucla.edu>
 
        pthread_sigmask, timer-time: use gl_THREADLIB only if needed
index 9900fb390749be8a30f784c8ccc810c10abbd4ea..cf0f69b77ddd2ad531d5be8d034728f5a6e31d98 100644 (file)
@@ -27,4 +27,4 @@ TESTS += \
  test-exclude8.sh
 
 check_PROGRAMS += test-exclude
-test_exclude_LDADD = $(LDADD) @LIBINTL@
+test_exclude_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD)