diff options
author | ahoka <ahoka@pkgsrc.org> | 2008-11-10 00:46:57 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2008-11-10 00:46:57 +0000 |
commit | a135c5e0c0ede9e187ddaea0a16c13be2d050f1e (patch) | |
tree | 981a3a767a69ed821d2e5050a2ce549fa0eaa435 /benchmarks | |
parent | be34f4292c1b053021cf5d018bfae49ac365f92d (diff) | |
download | pkgsrc-a135c5e0c0ede9e187ddaea0a16c13be2d050f1e.tar.gz |
Increase FD_SETSIZE to avoid error messages during benchmark.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/httperf/Makefile | 4 |
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" |