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

@@ -20,6 +20,7 @@ $(BSDIFF_DIR)/.source: $(DL_DIR)/$(BSDIFF_SOURCE)
$(BSDIFF_DIR)/$(BSDIFF_BINARY): $(BSDIFF_DIR)/.source
(cd $(BSDIFF_DIR) ; \
$(TARGET_CONFIGURE_ARGS) \
$(TARGET_CONFIGURE_OPTS) \
$(TARGET_CC) -L $(STAGING_DIR)/lib -lbz2 \
$(TARGET_CFLAGS) bsdiff.c -o bsdiff ; \