summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-benchmarks/httperf/httperf-0.8.ebuild')
-rw-r--r--app-benchmarks/httperf/httperf-0.8.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/app-benchmarks/httperf/httperf-0.8.ebuild b/app-benchmarks/httperf/httperf-0.8.ebuild
index 28a0b17a3c8d..583632b4da66 100644
--- a/app-benchmarks/httperf/httperf-0.8.ebuild
+++ b/app-benchmarks/httperf/httperf-0.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/httperf/httperf-0.8.ebuild,v 1.7 2006/12/13 17:49:21 masterdriverz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/httperf/httperf-0.8.ebuild,v 1.8 2008/04/20 21:48:48 flameeyes Exp $
WANT_AUTOCONF="2.1"
@@ -23,12 +23,11 @@ src_unpack() {
cd ${S}
epatch ${FILESDIR}/${P}-optional-ssl.diff
epatch ${FILESDIR}/${P}-respect-DESTDIR.diff
-}
-src_compile() {
- einfo "Regenerating configure"
eautoconf || die "autoconf failed"
+}
+src_compile() {
econf --bindir=/usr/bin \
$(use_enable debug) \
$(use_enable ssl) \