bug-gnulib
[Top][All Lists]
Advanced

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

[PATCH] exclude-tests: port to AIX 7.1


From: Paul Eggert
Subject: [PATCH] exclude-tests: port to AIX 7.1
Date: Thu, 29 May 2014 23:00:02 -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             | 7 +++++++
 modules/exclude-tests | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index e95bb22..33ffe6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-05-29  Paul Eggert  <address@hidden>
+
+       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  <address@hidden>
 
        pthread_sigmask, timer-time: use gl_THREADLIB only if needed
diff --git a/modules/exclude-tests b/modules/exclude-tests
index 9900fb3..cf0f69b 100644
--- a/modules/exclude-tests
+++ b/modules/exclude-tests
@@ -27,4 +27,4 @@ TESTS += \
  test-exclude8.sh
 
 check_PROGRAMS += test-exclude
-test_exclude_LDADD = $(LDADD) @LIBINTL@
+test_exclude_LDADD = $(LDADD) @LIBINTL@ $(LIBTHREAD)
-- 
1.9.3




reply via email to

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