summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-benchmarks/httperf/ChangeLog7
-rw-r--r--app-benchmarks/httperf/httperf-0.8.ebuild9
2 files changed, 9 insertions, 7 deletions
diff --git a/app-benchmarks/httperf/ChangeLog b/app-benchmarks/httperf/ChangeLog
index ed4a0e1c0709..3677c6aeb5e3 100644
--- a/app-benchmarks/httperf/ChangeLog
+++ b/app-benchmarks/httperf/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-benchmarks/httperf
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/httperf/ChangeLog,v 1.8 2007/03/19 02:17:42 kloeri Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/httperf/ChangeLog,v 1.9 2008/04/20 21:48:48 flameeyes Exp $
+
+ 20 Apr 2008; Diego Pettenò <flameeyes@gentoo.org> httperf-0.8.ebuild:
+ Run eautoreconf in src_unpack phase, bug #207428.
19 Mar 2007; Bryan Østergaard <kloeri@gentoo.org> metadata.xml:
Remove ka0ttic from metadata.xml due to retirement.
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) \