diff options
author | Eric Andersen <andersen@codepoet.org> | 2007-03-13 22:59:59 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2007-03-13 22:59:59 +0000 |
commit | 85d7f6f05f87b52a56b603c95e68498f04877f64 (patch) | |
tree | 5a3ca2b8e415e92f331976457635fa28ac037ba3 /package/coreutils | |
parent | 0c47ba4dd7ee27bbd6bc5fb805bf344ec2e0d9af (diff) | |
download | buildroot-novena-85d7f6f05f87b52a56b603c95e68498f04877f64.tar.gz buildroot-novena-85d7f6f05f87b52a56b603c95e68498f04877f64.zip |
fixup package LDFLAGS handling
Diffstat (limited to 'package/coreutils')
-rw-r--r-- | package/coreutils/coreutils.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/coreutils/coreutils.mk b/package/coreutils/coreutils.mk index 1ece80e24..80bab9c58 100644 --- a/package/coreutils/coreutils.mk +++ b/package/coreutils/coreutils.mk @@ -28,6 +28,7 @@ $(COREUTILS_DIR)/.configured: $(COREUTILS_DIR)/.unpacked (cd $(COREUTILS_DIR); rm -rf config.cache; \ $(TARGET_CONFIGURE_OPTS) \ CFLAGS="$(TARGET_CFLAGS)" \ + LDFLAGS="$(TARGET_LDFLAGS)" \ ac_cv_func_strtod=yes \ ac_fsusage_space=yes \ fu_cv_sys_stat_statfs2_bsize=yes \ |