Author: nbd Date: 2015-03-29 06:26:57 +0200 (Sun, 29 Mar 2015) New Revision: 45103
Modified: trunk/package/network/utils/iperf3/Makefile Log: iperf3: use -D_GNU_SOURCE to fix build error on musl Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/network/utils/iperf3/Makefile =================================================================== --- trunk/package/network/utils/iperf3/Makefile 2015-03-29 04:26:42 UTC (rev 45102) +++ trunk/package/network/utils/iperf3/Makefile 2015-03-29 04:26:57 UTC (rev 45103) @@ -30,6 +30,7 @@ URL:=http://sourceforge.net/projects/iperf/ endef +TARGET_CFLAGS += -D_GNU_SOURCE CONFIGURE_ARGS += --disable-shared MAKE_FLAGS += noinst_PROGRAMS= _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
