summaryrefslogtreecommitdiffstats
path: root/rules/usbutils.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-07-13 19:26:19 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-07-16 10:56:55 +0200
commit061992a12dcd195648fd2c0c8c3dd92881fded23 (patch)
tree662b9dd58aedfbb6b58638765a9e6af901014796 /rules/usbutils.make
parent0d92bf9f74668a4b03c5c1813755e5f1900206ed (diff)
downloadptxdist-061992a12dcd195648fd2c0c8c3dd92881fded23.tar.gz
ptxdist-061992a12dcd195648fd2c0c8c3dd92881fded23.tar.xz
[usbutils] use global large file option
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/usbutils.make')
-rw-r--r--rules/usbutils.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/usbutils.make b/rules/usbutils.make
index 38303f38b..3775a5daa 100644
--- a/rules/usbutils.make
+++ b/rules/usbutils.make
@@ -45,7 +45,7 @@ USBUTILS_ENV := $(CROSS_ENV)
#
USBUTILS_AUTOCONF := \
$(CROSS_AUTOCONF_USR) \
- --enable-largefile \
+ $(GLOBAL_LARGE_FILE_OPTION) \
--disable-zlib
# ----------------------------------------------------------------------------