From a14d4c0c7c41c726497673825abd832d9cad74b9 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 29 May 2014 23:00:02 -0700 Subject: [PATCH] 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. --- ChangeLog | 7 +++++++ modules/exclude-tests | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e95bb22887..33ffe6e410 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2014-05-29 Paul Eggert + + 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 pthread_sigmask, timer-time: use gl_THREADLIB only if needed diff --git a/modules/exclude-tests b/modules/exclude-tests index 9900fb3907..cf0f69b77d 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) -- 2.39.5