* 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 <egg...@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 <egg...@cs.ucla.edu> 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