mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
Fix so TARGET_CFLAGS is respected in the build.
This commit is contained in:
parent
c83d41f086
commit
2dc0f565c5
@ -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) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user