Source-Changes-HG archive

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

[src/trunk]: src/rescue add the lzma library now that is used by gzip



details:   https://anonhg.NetBSD.org/src/rev/08bb94af09c1
branches:  trunk
changeset: 766221:08bb94af09c1
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jun 19 01:53:36 2011 +0000

description:
add the lzma library now that is used by gzip

diffstat:

 rescue/list |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r dd64ae45ee05 -r 08bb94af09c1 rescue/list
--- a/rescue/list       Sun Jun 19 01:52:28 2011 +0000
+++ b/rescue/list       Sun Jun 19 01:53:36 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: list,v 1.40 2011/01/14 00:59:14 njoly Exp $
+#      $NetBSD: list,v 1.41 2011/06/19 01:53:36 christos Exp $
 
 SRCDIRS        bin
 
@@ -148,4 +148,4 @@
 PROG   lfs_cleanerd
 
 LIBS   liboverride.o
-LIBS   -lbz2 -lcrypt -ledit -lipsec -lkvm -ll -lm -lrmt -lcurses -lterminfo -lutil -lz -levent -lprop
+LIBS   -lbz2 -llzma -lcrypt -ledit -lipsec -lkvm -ll -lm -lrmt -lcurses -lterminfo -lutil -lz -levent -lprop



Home | Main Index | Thread Index | Old Index