mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
make sure iproute2 uses target cflags
This commit is contained in:
@@ -22,7 +22,8 @@ $(IPROUTE2_DIR)/.unpacked: $(DL_DIR)/$(IPROUTE2_SOURCE)
|
||||
$(IPROUTE2_DIR)/.configured: $(IPROUTE2_DIR)/.unpacked
|
||||
(cd $(IPROUTE2_DIR); \
|
||||
./configure; \
|
||||
$(SED) '/TC_CONFIG_ATM/s:=.*:=n:' Config)
|
||||
$(SED) '/TC_CONFIG_ATM/s:=.*:=n:' Config; \
|
||||
$(SED) '/^CCOPTS/s:-O2.*:$(TARGET_CFLAGS):' Makefile)
|
||||
touch $(IPROUTE2_DIR)/.configured
|
||||
|
||||
$(IPROUTE2_DIR)/$(IPROUTE2_BINARY): $(IPROUTE2_DIR)/.configured
|
||||
|
||||
Reference in New Issue
Block a user