mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/netperf to 2.7.0-6
This commit is contained in:
parent
0a0e55cdfb
commit
fdac91d3d9
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
pkgname=netperf
|
pkgname=netperf
|
||||||
pkgver=2.7.0
|
pkgver=2.7.0
|
||||||
pkgrel=5
|
pkgrel=6
|
||||||
pkgdesc='Benchmarking tool for many different types of networking'
|
pkgdesc='Benchmarking tool for many different types of networking'
|
||||||
url='https://github.com/HewlettPackard/netperf/'
|
url='https://github.com/HewlettPackard/netperf/'
|
||||||
license=('custom')
|
license=('custom')
|
||||||
|
@ -37,6 +37,7 @@ prepare() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd netperf-netperf-$pkgver
|
cd netperf-netperf-$pkgver
|
||||||
|
CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--enable-demo \
|
--enable-demo \
|
||||||
|
|
Loading…
Reference in a new issue