projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c83d41f
)
Fix so TARGET_CFLAGS is respected in the build.
author
Manuel Novoa III
<mjn3@codepoet.org>
Sun, 4 Apr 2004 21:23:00 +0000
(21:23 -0000)
committer
Manuel Novoa III
<mjn3@codepoet.org>
Sun, 4 Apr 2004 21:23:00 +0000
(21:23 -0000)
make/openvpn.mk
patch
|
blob
|
history
diff --git
a/make/openvpn.mk
b/make/openvpn.mk
index 50624ad6409e04e88d9cb1e7940eee9cf79bf4a8..bd171aa386f984b8e0fee481bab55fd98ba8095b 100644
(file)
--- a/
make/openvpn.mk
+++ b/
make/openvpn.mk
@@
-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) \