pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/inetutils
Module Name: pkgsrc
Committed By: jperkin
Date: Mon Jun 26 09:26:37 UTC 2023
Modified Files:
pkgsrc/net/inetutils: Makefile
Log Message:
inetutils: SunOS needs socket libraries.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/inetutils/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/inetutils/Makefile
diff -u pkgsrc/net/inetutils/Makefile:1.8 pkgsrc/net/inetutils/Makefile:1.9
--- pkgsrc/net/inetutils/Makefile:1.8 Mon Jan 9 15:43:33 2023
+++ pkgsrc/net/inetutils/Makefile Mon Jun 26 09:26:37 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2023/01/09 15:43:33 vins Exp $
+# $NetBSD: Makefile,v 1.9 2023/06/26 09:26:37 jperkin Exp $
DISTNAME= inetutils-2.4
CATEGORIES= net
@@ -16,6 +16,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --program-prefix=g
CONFIGURE_ENV+= inetutils_cv_path_cp=${CP}
+LDFLAGS.SunOS+= -lsocket -lnsl
+
.for prog in ping ping6 rcp rlogin rsh traceroute
SPECIAL_PERMS+= bin/g${prog} ${SETUID_ROOT_PERMS}
.endfor
Home |
Main Index |
Thread Index |
Old Index