Module Name: src
Committed By: joerg
Date: Tue Sep 25 11:41:35 UTC 2018
Modified Files:
src/tools/xz-include: Makefile
Log Message:
Don't include NLS for the tools build of xz.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tools/xz-include/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tools/xz-include/Makefile
diff -u src/tools/xz-include/Makefile:1.1 src/tools/xz-include/Makefile:1.2
--- src/tools/xz-include/Makefile:1.1 Tue Sep 25 05:42:08 2018
+++ src/tools/xz-include/Makefile Tue Sep 25 11:41:35 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2018/09/25 05:42:08 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2018/09/25 11:41:35 joerg Exp $
.include <bsd.hostinit.mk>
@@ -8,7 +8,7 @@
#
.include "Makefile.inc"
-CONFIGURE_ARGS+= --enable-threads=no
+CONFIGURE_ARGS+= --enable-threads=no --disable-nls
config.status: ${XZSRCDIR}/configure
${HOST_SH} ${XZSRCDIR}/configure ${CONFIGURE_ARGS} \