yet more LDFLAGS handling fixups

This commit is contained in:
Eric Andersen
2007-03-14 03:12:22 +00:00
parent 85d7f6f05f
commit 15177a6e95
26 changed files with 26 additions and 27 deletions

View File

@@ -24,8 +24,8 @@ $(ZLIB_DIR)/.source: $(DL_DIR)/$(ZLIB_SOURCE)
$(ZLIB_DIR)/.configured: $(ZLIB_DIR)/.source
(cd $(ZLIB_DIR); \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(ZLIB_CFLAGS)" \
LDFLAGS="$(TARGET_LDFLAGS)"
CFLAGS="$(TARGET_CFLAGS) $(ZLIB_CFLAGS)" \
LDFLAGS="$(TARGET_LDFLAGS)" \
./configure \
--shared \
--prefix=/usr \