From 5076b89c38f9267ac34ca5834bcf6e0a6af35aa6 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Fri, 6 Nov 2009 10:01:57 +0100 Subject: [PATCH] modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB). --- ChangeLog | 5 +++++ modules/select-tests | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7f87cf58e..73991dc91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2009-11-06 Simon Josefsson + * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB) + because test-select.c uses inet_pton. + +2009-11-06 Simon Josefsson + * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to GETADDRINFO_LIB. Bump serial number. * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again. diff --git a/modules/select-tests b/modules/select-tests index 84d8f1bf0..afa68fe6f 100644 --- a/modules/select-tests +++ b/modules/select-tests @@ -33,7 +33,7 @@ TESTS += test-select test-select-in.sh test-select-out.sh # test-select-stdin has to be run by hand. TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' check_PROGRAMS += test-select test-select-fd test-select-stdin -test_select_LDADD = $(LDADD) @LIBSOCKET@ +test_select_LDADD = $(LDADD) @LIBSOCKET@ $(INET_PTON_LIB) test_select_fd_LDADD = $(LDADD) @LIBSOCKET@ test_select_stdin_LDADD = $(LDADD) @LIBSOCKET@ -- 2.11.0