fixup package LDFLAGS handling

This commit is contained in:
Eric Andersen
2007-03-13 22:59:59 +00:00
parent 0c47ba4dd7
commit 85d7f6f05f
124 changed files with 161 additions and 6 deletions

View File

@@ -22,6 +22,8 @@ $(DB_DIR)/.dist: $(DL_DIR)/$(DB_SOURCE)
$(DB_DIR)/.configured: $(DB_DIR)/.dist
(cd $(DB_DIR)/build_unix; rm -rf config.cache; \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
LDFLAGS="$(TARGET_LDFLAGS)" \
../dist/configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \