mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
- add endian handling, mmap, memcmp checks to TARGET_CONFIGURE_ARGS
- use TARGET_CONFIGURE_ARGS where appropriate.
This commit is contained in:
@@ -33,7 +33,10 @@ $(DHCP_DIR)/.unpacked: $(DL_DIR)/$(DHCP_SOURCE)
|
||||
touch $(DHCP_DIR)/.unpacked
|
||||
|
||||
$(DHCP_DIR)/.configured: $(DHCP_DIR)/.unpacked
|
||||
(cd $(DHCP_DIR); $(TARGET_CONFIGURE_OPTS) ./configure );
|
||||
(cd $(DHCP_DIR); \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
$(TARGET_CONFIGURE_ARGS) \
|
||||
./configure );
|
||||
touch $(DHCP_DIR)/.configured
|
||||
|
||||
$(DHCP_DIR)/$(DHCP_RELAY_BINARY): $(DHCP_DIR)/.configured
|
||||
|
||||
Reference in New Issue
Block a user