From: Bruno Haible Date: Sun, 7 Mar 2010 19:41:43 +0000 (+0100) Subject: Fix link error on platforms with GNU libiconv. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=798f5bd54d8603e584c0e602abecdcc5ea625306;p=pspp Fix link error on platforms with GNU libiconv. --- diff --git a/ChangeLog b/ChangeLog index 25cc3e81f0..b5060f3c35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2010-03-07 Bruno Haible + + Fix link error on platforms with GNU libiconv. + * modules/unistr/u8-strcoll-tests (Makefile): Define + test_u8_strcoll_LDADD. + * modules/unistr/u16-strcoll-tests (Makefile): Define + test_u16_strcoll_LDADD. + * modules/unistr/u32-strcoll-tests (Makefile): Define + test_u32_strcoll_LDADD. + 2010-03-07 Bruno Haible Use POSIX declarations for socket functions. diff --git a/modules/unistr/u16-strcoll-tests b/modules/unistr/u16-strcoll-tests index 84f54de9dc..227a9df471 100644 --- a/modules/unistr/u16-strcoll-tests +++ b/modules/unistr/u16-strcoll-tests @@ -12,3 +12,4 @@ Makefile.am: TESTS += test-u16-strcoll check_PROGRAMS += test-u16-strcoll test_u16_strcoll_SOURCES = unistr/test-u16-strcoll.c +test_u16_strcoll_LDADD = $(LDADD) @LIBICONV@ diff --git a/modules/unistr/u32-strcoll-tests b/modules/unistr/u32-strcoll-tests index 962ca4b941..9ca06ba6aa 100644 --- a/modules/unistr/u32-strcoll-tests +++ b/modules/unistr/u32-strcoll-tests @@ -12,3 +12,4 @@ Makefile.am: TESTS += test-u32-strcoll check_PROGRAMS += test-u32-strcoll test_u32_strcoll_SOURCES = unistr/test-u32-strcoll.c +test_u32_strcoll_LDADD = $(LDADD) @LIBICONV@ diff --git a/modules/unistr/u8-strcoll-tests b/modules/unistr/u8-strcoll-tests index 5470f9a980..095409a6ff 100644 --- a/modules/unistr/u8-strcoll-tests +++ b/modules/unistr/u8-strcoll-tests @@ -12,3 +12,4 @@ Makefile.am: TESTS += test-u8-strcoll check_PROGRAMS += test-u8-strcoll test_u8_strcoll_SOURCES = unistr/test-u8-strcoll.c +test_u8_strcoll_LDADD = $(LDADD) @LIBICONV@