blob: 1e59c6a4d827f55232942e1f602b36fc3dc11b01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -ur rescue/rescue/Makefile rescue-gentoo/rescue/Makefile
--- rescue/rescue/Makefile 2005-04-22 22:31:22.000000000 +0200
+++ rescue-gentoo/rescue/Makefile 2005-08-13 17:06:43.000000000 +0200
@@ -194,7 +194,7 @@
CRUNCH_LIBS+= -lbz2
CRUNCH_PROGS_usr.bin+= tar
-CRUNCH_LIBS+= -larchive
+CRUNCH_LIBS+= -larchive -lz
CRUNCH_PROGS_usr.bin+= vi
CRUNCH_ALIAS_vi= ex
|