From: Paul Eggert Date: Fri, 30 May 2014 06:00:02 +0000 (-0700) Subject: exclude-tests: port to AIX 7.1 X-Git-Tag: v1.0~7375 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=a14d4c0c7c41c726497673825abd832d9cad74b9;p=gnulib.git 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. --- 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)