mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
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
@ -30,6 +30,7 @@ define Package/iperf3
|
||||
URL:=http://sourceforge.net/projects/iperf/
|
||||
endef
|
||||
|
||||
TARGET_CFLAGS += -D_GNU_SOURCE
|
||||
CONFIGURE_ARGS += --disable-shared
|
||||
|
||||
MAKE_FLAGS += noinst_PROGRAMS=
|
||||
|
Loading…
Reference in New Issue
Block a user