pkgsrc-WIP-changes archive

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

lpjs: Add LDFLAGS.SunOS (tested on OpenIndiana)



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Sat Aug 20 17:00:35 2022 -0500
Changeset:	6f20e8e63e521a04f3a3a0c362f190b10e9be7d2

Modified Files:
	lpjs/Makefile

Log Message:
lpjs: Add LDFLAGS.SunOS (tested on OpenIndiana)

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

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

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

diffs:
diff --git a/lpjs/Makefile b/lpjs/Makefile
index 166524a2be..66220603d3 100644
--- a/lpjs/Makefile
+++ b/lpjs/Makefile
@@ -16,6 +16,8 @@ HOMEPAGE=	https://github.com/outpaddling/LPJS/
 COMMENT=	Lightweight, Portable Job Scheduler
 LICENSE=	2-clause-bsd
 
+LDFLAGS.SunOS=	-lresolv -lsocket -lnsl
+
 EGDIR=		${PREFIX}/share/examples/lpjs
 OWN_DIRS=	${PKG_SYSCONFDIR}/lpjs
 CONF_FILES=	${EGDIR}/config.sample ${PKG_SYSCONFDIR}/lpjs/config


Home | Main Index | Thread Index | Old Index