|
From: <sv...@va...> - 2009-05-20 02:20:42
|
Author: njn Date: 2009-05-20 02:42:49 +0100 (Wed, 20 May 2009) New Revision: 9992 Log: Back out r9967, which broke the build on DARWIN. Modified: branches/DARWIN/none/tests/Makefile.am Modified: branches/DARWIN/none/tests/Makefile.am =================================================================== --- branches/DARWIN/none/tests/Makefile.am 2009-05-20 01:15:56 UTC (rev 9991) +++ branches/DARWIN/none/tests/Makefile.am 2009-05-20 01:42:49 UTC (rev 9992) @@ -204,6 +204,7 @@ res_search_LDADD = -lpthread else res_search_LDADD = -lresolv -lpthread + resolv_LDADD = -lresolv -lpthread endif semlimit_LDADD = -lpthread thread_exits_LDADD = -lpthread |