Source-Changes-HG archive

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

[src/trunk]: src/distrib/evbarm/instkernel/ramdisk x_gzip need liblzma for xz...



details:   https://anonhg.NetBSD.org/src/rev/35200f02cc35
branches:  trunk
changeset: 934001:35200f02cc35
user:      rin <rin%NetBSD.org@localhost>
date:      Wed Jun 03 06:36:44 2020 +0000

description:
x_gzip need liblzma for xz support.

diffstat:

 distrib/evbarm/instkernel/ramdisk/list |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 757522753003 -r 35200f02cc35 distrib/evbarm/instkernel/ramdisk/list
--- a/distrib/evbarm/instkernel/ramdisk/list    Wed Jun 03 02:55:17 2020 +0000
+++ b/distrib/evbarm/instkernel/ramdisk/list    Wed Jun 03 06:36:44 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.27 2015/11/02 17:40:20 riz Exp $
+#      $NetBSD: list,v 1.28 2020/06/03 06:36:44 rin Exp $
 
 SRCDIRS        bin sbin external/bsd/less/bin usr.bin usr.sbin
 
@@ -68,7 +68,7 @@
 SPECIAL        route           srcdir  distrib/utils/x_route
 SPECIAL        umount          srcdir  distrib/utils/x_umount
 
-LIBS   libhack.o -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop
+LIBS   libhack.o -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -llzma -lprop
 
 # init invokes the shell as -sh
 ARGVLN sh -sh



Home | Main Index | Thread Index | Old Index