mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 23:09:45 +01: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue