Use TARGET_CONFIGURE_ARGS in some packages lacking

This commit is contained in:
Ulf Samuelsson
2007-07-30 18:17:13 +00:00
parent 165a61d58a
commit fc3fd8afd2
6 changed files with 6 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ $(ZLIB_DIR)/.patched: $(DL_DIR)/$(ZLIB_SOURCE)
$(ZLIB_DIR)/.configured: $(ZLIB_DIR)/.patched
(cd $(ZLIB_DIR); rm -rf config.cache ; \
$(TARGET_CONFIGURE_ARGS) \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(ZLIB_CFLAGS)" \
./configure \