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
|
||||
(cd $(OPENVPN_DIR); rm -rf config.cache; \
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
./configure \
|
||||
--target=$(GNU_TARGET_NAME) \
|
||||
--host=$(GNU_TARGET_NAME) \
|
||||
|
Loading…
Reference in New Issue
Block a user