summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorahoka <ahoka>2008-11-10 00:46:57 +0000
committerahoka <ahoka>2008-11-10 00:46:57 +0000
commit4d491a1981db793d417ed995f9ccc72e48ac1c22 (patch)
tree981a3a767a69ed821d2e5050a2ce549fa0eaa435 /benchmarks
parent4704c4741f5ea80550e63c20b8e5785425f0b1cb (diff)
downloadpkgsrc-4d491a1981db793d417ed995f9ccc72e48ac1c22.tar.gz
Increase FD_SETSIZE to avoid error messages during benchmark.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/httperf/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/benchmarks/httperf/Makefile b/benchmarks/httperf/Makefile
index 8513be048bc..44fd80affec 100644
--- a/benchmarks/httperf/Makefile
+++ b/benchmarks/httperf/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2008/02/05 13:51:09 reed Exp $
+# $NetBSD: Makefile,v 1.17 2008/11/10 00:46:57 ahoka Exp $
DISTNAME= httperf-0.8
CATEGORIES= benchmarks www
MASTER_SITES= ftp://ftp.hpl.hp.com/pub/httperf/
+PKGREVISION= 1
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.hpl.hp.com/research/linux/httperf/
@@ -13,6 +14,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= no
USE_TOOLS+= gmake
+CFLAGS+= -DFD_SETSIZE=16424
.include "../../mk/bsd.prefs.mk"