From 76dc827e291875a5f54848c1f68867c4fa825ed2 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Fri, 26 Sep 2014 18:55:26 -0400 Subject: [PATCH] libCom/test: link w/ winsock to get htons/htonl --- src/libCom/test/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libCom/test/Makefile b/src/libCom/test/Makefile index 7dc81e669..62f73c3e2 100755 --- a/src/libCom/test/Makefile +++ b/src/libCom/test/Makefile @@ -39,6 +39,8 @@ TESTS += epicsMathTest TESTPROD_HOST += epicsMMIOTest epicsMMIOTest_SRCS += epicsMMIOTest.c +epicsMMIOTest_SYS_LIBS_solaris = socket +epicsMMIOTest_SYS_LIBS_WIN32 = ws2_32 user32 testHarness_SRCS += epicsMMIOTest.c TESTS += epicsMMIOTest