be4ab74d32
Ported -D_GNU_SOURCE from https://dev.openwrt.org/changeset/45103 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
15 lines
416 B
Makefile
15 lines
416 B
Makefile
################################################################################
|
|
#
|
|
# iperf3
|
|
#
|
|
################################################################################
|
|
|
|
IPERF3_VERSION = 3.1.1
|
|
IPERF3_SITE = $(call github,esnet,iperf,$(IPERF3_VERSION))
|
|
IPERF3_LICENSE = BSD-3c, BSD-2c, MIT
|
|
IPERF3_LICENSE_FILES = LICENSE
|
|
|
|
IPERF3_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE"
|
|
|
|
$(eval $(autotools-package))
|