bug-gnulib
[Top][All Lists]
Advanced

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

getaddrinfo test: link error


From: Bruno Haible
Subject: getaddrinfo test: link error
Date: Sat, 12 Apr 2008 01:58:23 +0200
User-agent: KMail/1.5.4

On IRIX, the test-getaddrinfo program does not link, because it requires
libintl (from gai_strerror.c). This should fix it.

2008-04-11  Bruno Haible  <address@hidden>

        * modules/getaddrinfo-tests (Makefile.am): Define
        test_getaddrinfo_LDADD.

*** modules/getaddrinfo-tests.orig      2008-04-12 01:55:49.000000000 +0200
--- modules/getaddrinfo-tests   2008-04-12 01:54:38.000000000 +0200
***************
*** 9,14 ****
--- 9,15 ----
  Makefile.am:
  TESTS += test-getaddrinfo
  check_PROGRAMS += test-getaddrinfo
+ test_getaddrinfo_LDADD = $(LDADD) @LIBINTL@
  
  License:
  LGPL





reply via email to

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