Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/x_gzip fixed.



details:   https://anonhg.NetBSD.org/src/rev/336d5cdbca14
branches:  trunk
changeset: 836602:336d5cdbca14
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Oct 26 22:28:59 2018 +0000

description:
fixed.

diffstat:

 distrib/utils/x_gzip/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 62e95a8bd5a7 -r 336d5cdbca14 distrib/utils/x_gzip/Makefile
--- a/distrib/utils/x_gzip/Makefile     Fri Oct 26 22:22:24 2018 +0000
+++ b/distrib/utils/x_gzip/Makefile     Fri Oct 26 22:28:59 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.9 2018/10/01 17:50:08 martin Exp $
+#      $NetBSD: Makefile,v 1.10 2018/10/26 22:28:59 christos Exp $
 # Build a tiny limited gzip (i.e. for tiny boot media)
 
 SRCDIR=         ${.CURDIR}/../../../usr.bin/gzip
@@ -10,6 +10,7 @@
 CPPFLAGS+=     -DNO_BZIP2_SUPPORT
 CPPFLAGS+=     -DNO_COMPRESS_SUPPORT
 CPPFLAGS+=     -DNO_PACK_SUPPORT
+CPPFLAGS+=     -DNO_LZ_SUPPORT
 CPPFLAGS+=     ${"${USE_XZ_SETS:Uno}"!="no":?:-DNO_XZ_SUPPORT}
 
 # for crunched binaries this does not take effect, also check the



Home | Main Index | Thread Index | Old Index