Fix so TARGET_CFLAGS is respected in the build.

This commit is contained in:
Manuel Novoa III 2004-04-04 21:23:00 +00:00
parent c83d41f086
commit 2dc0f565c5
1 changed files with 1 additions and 0 deletions

View File

@ -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) \