iperf3: use -D_GNU_SOURCE to fix build error on musl
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45103
This commit is contained in:
parent
b97c3b0249
commit
e0f421dcab
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ define Package/iperf3
|
||||||
URL:=http://sourceforge.net/projects/iperf/
|
URL:=http://sourceforge.net/projects/iperf/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
TARGET_CFLAGS += -D_GNU_SOURCE
|
||||||
CONFIGURE_ARGS += --disable-shared
|
CONFIGURE_ARGS += --disable-shared
|
||||||
|
|
||||||
MAKE_FLAGS += noinst_PROGRAMS=
|
MAKE_FLAGS += noinst_PROGRAMS=
|
||||||
|
|
Loading…
Reference in a new issue