diff --git a/package/iproute2/iproute2.mk b/package/iproute2/iproute2.mk index 49b1fdc61..a8f440060 100644 --- a/package/iproute2/iproute2.mk +++ b/package/iproute2/iproute2.mk @@ -51,7 +51,6 @@ endif define IPROUTE2_CONFIGURE_CMDS $(SED) 's/gcc/$$CC $$CFLAGS/g' $(@D)/configure cd $(@D) && $(TARGET_CONFIGURE_OPTS) ./configure - $(SED) 's/-Werror//' $(IPROUTE2_DIR)/Makefile $(IPROUTE2_DISABLE_ARPD) $(IPROUTE2_WITH_IPTABLES) endef