pkgsrc-WIP-changes archive

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

biolibc-tools: Add LDFLAGS.SunOS



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Thu Aug 18 14:13:04 2022 -0500
Changeset:	c14d44169f16a9a5b15ee26f4dbbe57347c2cd28

Modified Files:
	biolibc-tools/Makefile

Log Message:
biolibc-tools: Add LDFLAGS.SunOS

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

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

diffstat:
 biolibc-tools/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/biolibc-tools/Makefile b/biolibc-tools/Makefile
index 2072a1304f..a73f61deab 100644
--- a/biolibc-tools/Makefile
+++ b/biolibc-tools/Makefile
@@ -13,6 +13,8 @@ BUILD_TARGET=	depend all
 MAKE_ENV+=	VERSION=${PKGVERSION}
 INSTALL_TARGET=	install-strip
 
+LDFLAGS.SunOS+=		-lresolv -lsocket -lnsl
+
 pre-build:
 	cd ${WRKSRC} && ${MAKE} PREFIX=${PREFIX} depend
 


Home | Main Index | Thread Index | Old Index