summaryrefslogtreecommitdiff
path: root/package/cryptsetup/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/cryptsetup/Makefile')
-rw-r--r--package/cryptsetup/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/cryptsetup/Makefile b/package/cryptsetup/Makefile
index 76fdc98e4..c9970fe7a 100644
--- a/package/cryptsetup/Makefile
+++ b/package/cryptsetup/Makefile
@@ -28,7 +28,7 @@ INSTALL_STYLE:= auto
pre-configure:
(cd ${WRKBUILD}; \
env ${CONFIGURE_ENV} \
- ./configure --enable-static \
+ ./configure --enable-static --disable-nls \
--build=${GNU_HOST_NAME} \
--host=${GNU_TARGET_NAME} \
--target=${GNU_TARGET_NAME} \