mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
hostapd: Fix build with external toolchain
Closes #1717 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
ea0695ff5e
commit
6f4939d4c5
@@ -20,6 +20,7 @@ $(HOSTAPD_TARGET_CONFIGURE):
|
||||
cp $(HOSTAPD_DIR)/$(HOSTAPD_SUBDIR)/defconfig $(HOSTAPD_CONFIG)
|
||||
$(SED) "s/\/local//" $(HOSTAPD_DIR)/$(HOSTAPD_SUBDIR)/Makefile
|
||||
echo "CFLAGS += $(TARGET_CFLAGS)" >>$(HOSTAPD_CONFIG)
|
||||
echo "LDFLAGS += $(TARGET_LDFLAGS)" >>$(HOSTAPD_CONFIG)
|
||||
echo "CC = $(TARGET_CC)" >>$(HOSTAPD_CONFIG)
|
||||
# IPv6
|
||||
ifneq ($(BR2_INET_IPV6),y)
|
||||
|
||||
Reference in New Issue
Block a user