From 8e028f0f3dce521408cc0e5d62bb6efd0260acf2 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Wed, 7 Sep 2011 10:05:42 -0500 Subject: [PATCH] libCom/test: errlog test needs -lsocket on Solaris --- src/libCom/test/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libCom/test/Makefile b/src/libCom/test/Makefile index 210cb7ec9..62875affd 100644 --- a/src/libCom/test/Makefile +++ b/src/libCom/test/Makefile @@ -39,6 +39,7 @@ TESTS += epicsEllTest TESTPROD_HOST += epicsErrlogTest epicsErrlogTest_SRCS += epicsErrlogTest.c +epicsErrlogTest_SYS_LIBS_solaris = socket epicsErrlogTest_SYS_LIBS_WIN32 = ws2_32 user32 testHarness_SRCS += epicsErrlogTest.c TESTS += epicsErrlogTest