pkgsrc-Changes archive

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

CVS commit: pkgsrc/benchmarks/httperf



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Mar 16 13:47:27 UTC 2020

Modified Files:
        pkgsrc/benchmarks/httperf: Makefile

Log Message:
httperf: needs libtool


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/benchmarks/httperf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/benchmarks/httperf/Makefile
diff -u pkgsrc/benchmarks/httperf/Makefile:1.24 pkgsrc/benchmarks/httperf/Makefile:1.25
--- pkgsrc/benchmarks/httperf/Makefile:1.24     Wed Mar 11 14:24:44 2020
+++ pkgsrc/benchmarks/httperf/Makefile  Mon Mar 16 13:47:27 2020
@@ -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 @@ LICENSE=      gnu-gpl-v2
 
 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