summaryrefslogtreecommitdiffstats
path: root/package/make
diff options
context:
space:
mode:
authorEric Andersen2007-03-13 23:59:59 +0100
committerEric Andersen2007-03-13 23:59:59 +0100
commit85d7f6f05f87b52a56b603c95e68498f04877f64 (patch)
tree5a3ca2b8e415e92f331976457635fa28ac037ba3 /package/make
parent- point to busybox-<version>.config (diff)
downloadbuildroot-85d7f6f05f87b52a56b603c95e68498f04877f64.tar.gz
buildroot-85d7f6f05f87b52a56b603c95e68498f04877f64.tar.xz
buildroot-85d7f6f05f87b52a56b603c95e68498f04877f64.zip
fixup package LDFLAGS handling
Diffstat (limited to 'package/make')
-rw-r--r--package/make/make.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/make/make.mk b/package/make/make.mk
index 27ec0dc98..ffca96a38 100644
--- a/package/make/make.mk
+++ b/package/make/make.mk
@@ -25,6 +25,7 @@ $(GNUMAKE_DIR)/.configured: $(GNUMAKE_DIR)/.unpacked
(cd $(GNUMAKE_DIR); rm -rf config.cache; \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
+ LDFLAGS="$(TARGET_LDFLAGS)" \
make_cv_sys_gnu_glob=no \
GLOBINC='-I$(GNUMAKE_DIR)/glob' \
GLOBLIB=glob/libglob.a \