Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/xz-include Don't include NLS for the tools build of xz.



details:   https://anonhg.NetBSD.org/src/rev/ada38e418c4f
branches:  trunk
changeset: 433647:ada38e418c4f
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue Sep 25 11:41:35 2018 +0000

description:
Don't include NLS for the tools build of xz.

diffstat:

 tools/xz-include/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2aab92fab9e8 -r ada38e418c4f tools/xz-include/Makefile
--- a/tools/xz-include/Makefile Tue Sep 25 09:55:41 2018 +0000
+++ b/tools/xz-include/Makefile Tue Sep 25 11:41:35 2018 +0000
@@ -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} \



Home | Main Index | Thread Index | Old Index