projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a8d02b
)
use $TARGET_CFLAGS
author
Mike Frysinger
<vapier@gentoo.org>
Mon, 11 Oct 2004 20:33:27 +0000
(20:33 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Mon, 11 Oct 2004 20:33:27 +0000
(20:33 -0000)
package/gettext/gettext.mk
patch
|
blob
|
history
diff --git
a/package/gettext/gettext.mk
b/package/gettext/gettext.mk
index c815b1625de770e3be19f7fbb933013e868e7f12..c9c78ff91d21fe879a386282da3918c9aa8d34af 100644
(file)
--- a/
package/gettext/gettext.mk
+++ b/
package/gettext/gettext.mk
@@
-22,6
+22,7
@@
$(GETTEXT_DIR)/.unpacked: $(DL_DIR)/$(GETTEXT_SOURCE)
$(GETTEXT_DIR)/.configured: $(GETTEXT_DIR)/.unpacked
(cd $(GETTEXT_DIR); rm -rf config.cache; \
$(TARGET_CONFIGURE_OPTS) \
+ CFLAGS="$(TARGET_CFLAGS)" \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \