pkgsrc-WIP-changes archive

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

npmount: Import SunOS flags from committed



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Thu Dec 19 10:58:47 2024 -0600
Changeset:	afd1469989b91151298ccbf329c13715a2bf4051

Modified Files:
	npmount/Makefile

Log Message:
npmount: Import SunOS flags from committed

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

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

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

diffs:
diff --git a/npmount/Makefile b/npmount/Makefile
index 9262360f8f..d4e4cf9bea 100644
--- a/npmount/Makefile
+++ b/npmount/Makefile
@@ -13,6 +13,8 @@ LICENSE=	2-clause-bsd
 EGDIR=		${PREFIX}/share/examples/npmount
 CONF_FILES=	${EGDIR}/npmount.conf.sample ${PREFIX}/etc/npmount.conf
 
+LDFLAGS.SunOS+=	-lsocket -lresolv -lnsl
+
 SUBST_CLASSES+=		prefix
 SUBST_STAGE.prefix=	pre-configure
 SUBST_SED.prefix=	-e 's|/usr/local|${PREFIX}|g'


Home | Main Index | Thread Index | Old Index