summaryrefslogtreecommitdiffstats
path: root/package/usbutils
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2007-03-14 03:12:22 +0000
committerEric Andersen <andersen@codepoet.org>2007-03-14 03:12:22 +0000
commit15177a6e9566e2929e77eda44eff5116b6f0e587 (patch)
tree33c9c8322e5331ab9a4672a8aad7aa3927c14f69 /package/usbutils
parent85d7f6f05f87b52a56b603c95e68498f04877f64 (diff)
downloadbuildroot-novena-15177a6e9566e2929e77eda44eff5116b6f0e587.tar.gz
buildroot-novena-15177a6e9566e2929e77eda44eff5116b6f0e587.zip
yet more LDFLAGS handling fixups
Diffstat (limited to 'package/usbutils')
-rw-r--r--package/usbutils/usbutils.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/usbutils/usbutils.mk b/package/usbutils/usbutils.mk
index 56786b62c..cafcb3a21 100644
--- a/package/usbutils/usbutils.mk
+++ b/package/usbutils/usbutils.mk
@@ -25,7 +25,7 @@ $(USBUTILS_DIR)/.configured: $(USBUTILS_DIR)/.unpacked
(cd $(USBUTILS_DIR); rm -rf config.cache; \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS) -I$(TARGET_DIR)/usr/include" \
- LDFLAGS="$(TARGET_LDFLAGS)"
+ LDFLAGS="$(TARGET_LDFLAGS)" \
ac_cv_func_malloc_0_nonnull=yes \
./configure \
--target=$(GNU_TARGET_NAME) \