diff options
Diffstat (limited to 'benchmarks/httperf/Makefile')
-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" |