pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/benchmarks/dnsperf
Module Name: pkgsrc
Committed By: jperkin
Date: Mon Jun 26 09:10:38 UTC 2023
Modified Files:
pkgsrc/benchmarks/dnsperf: Makefile
Log Message:
dnsperf: SunOS needs libsocket.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/benchmarks/dnsperf/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/benchmarks/dnsperf/Makefile
diff -u pkgsrc/benchmarks/dnsperf/Makefile:1.24 pkgsrc/benchmarks/dnsperf/Makefile:1.25
--- pkgsrc/benchmarks/dnsperf/Makefile:1.24 Wed Apr 19 08:09:12 2023
+++ pkgsrc/benchmarks/dnsperf/Makefile Mon Jun 26 09:10:38 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2023/04/19 08:09:12 adam Exp $
+# $NetBSD: Makefile,v 1.25 2023/06/26 09:10:38 jperkin Exp $
DISTNAME= dnsperf-2.5.1
PKGREVISION= 5
@@ -13,6 +13,8 @@ LICENSE= mit
GNU_CONFIGURE= yes
USE_TOOLS+= sh:run pkg-config
+LDFLAGS.SunOS+= -lsocket
+
# This package needs "isc" include files and "isc-config.sh" to build.
# The built-in check only considers "libbind".
USE_BUILTIN.bind= no
Home |
Main Index |
Thread Index |
Old Index