summaryrefslogtreecommitdiffstats
path: root/package/libraw1394
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/libraw1394
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/libraw1394')
-rw-r--r--package/libraw1394/libraw1394.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libraw1394/libraw1394.mk b/package/libraw1394/libraw1394.mk
index bc9620490..0d8427134 100644
--- a/package/libraw1394/libraw1394.mk
+++ b/package/libraw1394/libraw1394.mk
@@ -20,6 +20,7 @@ $(LIBRAW1394_DIR)/.configured: $(LIBRAW1394_DIR)/.source
(cd $(LIBRAW1394_DIR); \
$(TARGET_CONFIGURE_OPTS) \
CFLAGS="$(TARGET_CFLAGS)" \
+ LDFLAGS="$(TARGET_LDFLAGS)" \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \