pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/istgt
Module Name: pkgsrc
Committed By: wiedi
Date: Wed Jun 28 09:36:20 UTC 2017
Modified Files:
pkgsrc/net/istgt: Makefile
Log Message:
fix build on SunOS
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/istgt/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/istgt/Makefile
diff -u pkgsrc/net/istgt/Makefile:1.16 pkgsrc/net/istgt/Makefile:1.17
--- pkgsrc/net/istgt/Makefile:1.16 Sun Oct 2 14:03:09 2016
+++ pkgsrc/net/istgt/Makefile Wed Jun 28 09:36:20 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2016/10/02 14:03:09 mef Exp $
+# $NetBSD: Makefile,v 1.17 2017/06/28 09:36:20 wiedi Exp $
#
DISTNAME= istgt-20141125
@@ -31,6 +31,9 @@ CONF_FILES= ${EG_DIR}/auth.conf ${PKG_SY
RCD_SCRIPTS= istgt
INSTALLATION_DIRS+= bin ${EG_DIR} ${PKGMANDIR}/man1
+CPPFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS
+LDFLAGS.SunOS+= -lsocket -lnsl -fstack-protector
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/istgt ${DESTDIR}${PREFIX}/bin/istgt
${INSTALL_PROGRAM} ${WRKSRC}/src/istgtcontrol \
Home |
Main Index |
Thread Index |
Old Index