From d17c2cc62d55293b7de3ae1c5a6954d9b75d7f7a Mon Sep 17 00:00:00 2001 From: Sebastian Wiedenroth Date: Sat, 7 Dec 2013 19:42:57 +0100 Subject: [PATCH] net/chimera: fix build on SmartOS --- net/chimera/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/chimera/Makefile b/net/chimera/Makefile index 806b88707b535..cce00370f5acf 100644 --- a/net/chimera/Makefile +++ b/net/chimera/Makefile @@ -16,4 +16,6 @@ USE_TOOLS+= gmake AUTO_MKDIRS= yes +LDFLAGS.SunOS+= -lsocket -lnsl + .include "../../mk/bsd.pkg.mk"