Skip to content
Snippets Groups Projects
Commit e0f421dc authored by Felix Fietkau's avatar Felix Fietkau
Browse files

iperf3: use -D_GNU_SOURCE to fix build error on musl


Signed-off-by: default avatarFelix Fietkau <nbd@openwrt.org>

SVN-Revision: 45103
parent b97c3b02
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,7 @@ define Package/iperf3 ...@@ -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=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment