pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Fix taskserver build on SunOS



Module Name:	pkgsrc-wip
Committed By:	Thomas Merkel <tm%core.io@localhost>
Pushed By:	drscream
Date:		Mon Aug 21 13:50:57 2017 +0200
Changeset:	6b5d798dbf2b2a9b365448c1f1e60656d52a5090

Modified Files:
	taskserver/Makefile

Log Message:
Fix taskserver build on SunOS

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6b5d798dbf2b2a9b365448c1f1e60656d52a5090

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 taskserver/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/taskserver/Makefile b/taskserver/Makefile
index 15a507ffce..343dd9cb73 100644
--- a/taskserver/Makefile
+++ b/taskserver/Makefile
@@ -15,6 +15,8 @@ USE_LANGUAGES=	c c++
 CMAKE_ARGS+=	-DTASKD_MAN1DIR=${PREFIX}/${PKGMANDIR}/man1
 CMAKE_ARGS+=	-DTASKD_MAN5DIR=${PREFIX}/${PKGMANDIR}/man5
 
+LDFLAGS.SunOS+=	-lsocket -lnsl
+
 REPLACE_SH=	src/taskdctl
 
 .include "../../devel/libuuid/buildlink3.mk"


Home | Main Index | Thread Index | Old Index