mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
Fix so TARGET_CFLAGS is respected in the build.
This commit is contained in:
@@ -27,6 +27,7 @@ $(OPENVPN_DIR)/.unpacked: $(DL_DIR)/$(OPENVPN_SOURCE) lzo openssl
|
|||||||
$(OPENVPN_DIR)/.configured: $(OPENVPN_DIR)/.unpacked
|
$(OPENVPN_DIR)/.configured: $(OPENVPN_DIR)/.unpacked
|
||||||
(cd $(OPENVPN_DIR); rm -rf config.cache; \
|
(cd $(OPENVPN_DIR); rm -rf config.cache; \
|
||||||
$(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_OPTS) \
|
||||||
|
CFLAGS="$(TARGET_CFLAGS)" \
|
||||||
./configure \
|
./configure \
|
||||||
--target=$(GNU_TARGET_NAME) \
|
--target=$(GNU_TARGET_NAME) \
|
||||||
--host=$(GNU_TARGET_NAME) \
|
--host=$(GNU_TARGET_NAME) \
|
||||||
|
|||||||
Reference in New Issue
Block a user