pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/benchmarks/httperf httperf: needs libtool



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f4bf7fc3940
branches:  trunk
changeset: 413191:1f4bf7fc3940
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Mar 16 13:47:27 2020 +0000

description:
httperf: needs libtool

diffstat:

 benchmarks/httperf/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 14021696790c -r 1f4bf7fc3940 benchmarks/httperf/Makefile
--- a/benchmarks/httperf/Makefile       Mon Mar 16 13:42:15 2020 +0000
+++ b/benchmarks/httperf/Makefile       Mon Mar 16 13:47:27 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2020/03/11 14:24:44 nia Exp $
+# $NetBSD: Makefile,v 1.25 2020/03/16 13:47:27 tnn Exp $
 
 DISTNAME=      httperf-0.9.0.20190829
 CATEGORIES=    benchmarks www
@@ -12,6 +12,7 @@
 
 GNU_CONFIGURE= yes
 MAKE_JOBS_SAFE=        no
+USE_LIBTOOL=   yes
 USE_TOOLS+=    autoconf autoreconf automake
 CFLAGS+=       -DFD_SETSIZE=16424
 



Home | Main Index | Thread Index | Old Index