SOURCES: lrzip-lzma.patch - updated.
pluto
pluto at pld-linux.org
Wed Nov 1 14:18:13 CET 2006
Author: pluto Date: Wed Nov 1 13:18:13 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated.
---- Files affected:
SOURCES:
lrzip-lzma.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/lrzip-lzma.patch
diff -u SOURCES/lrzip-lzma.patch:1.1 SOURCES/lrzip-lzma.patch:1.2
--- SOURCES/lrzip-lzma.patch:1.1 Mon Oct 30 22:24:34 2006
+++ SOURCES/lrzip-lzma.patch Wed Nov 1 14:18:08 2006
@@ -1,20 +1,48 @@
---- lrzip-0.13/Makefile.in 2006-10-30 22:43:05.050236189 +0200
-+++ lrzip-0.13/Makefile.in 2006-10-30 22:50:19.890018160 +0200
-@@ -7,7 +7,7 @@
- INSTALL_BIN=$(exec_prefix)/bin
- INSTALL_MAN=$(prefix)/man
-
--LIBS=@LIBS@ lzma/7zip/Compress/LZMA_Lib/liblzma.a
-+LIBS=@LIBS@ -llzma
- CC=@CC@
- CXX=@CXX@
- CFLAGS=@CFLAGS@
-@@ -29,7 +29,7 @@
- .c.o:
- $(CC) -I. -I$(srcdir) $(CFLAGS) -c $< -o $@
+--- lrzip-0.16/Makefile.in.orig 2006-10-31 14:09:01.000000000 +0100
++++ lrzip-0.16/Makefile.in 2006-11-01 13:48:57.651380250 +0100
+@@ -23,24 +23,7 @@
+ .SUFFIXES:
+ .SUFFIXES: .c .o
--all: liblzma lrzip
-+all: lrzip
+-OBJS= rzip.o runzip.o main.o stream.o util.o crc32.o\
+- LZMADecoder.o \
+- LZMAEncoder.o \
+- LZInWindow.o \
+- LZOutWindow.o \
+- RangeCoderBit.o \
+- InBuffer.o \
+- OutBuffer.o \
+- FileStreams.o \
+- Alloc.o \
+- C_FileIO.o \
+- CommandLineParser.o \
+- CRC.o \
+- String.o \
+- StringConvert.o \
+- StringToInt.o \
+- Vector.o \
+- ZLib.o \
++OBJS= rzip.o runzip.o main.o stream.o util.o crc32.o
- man: rzip.1
+ # note that the -I. is needed to handle config.h when using VPATH
+@@ -115,7 +98,7 @@
+ cd lzma && make && cd ../
+
+ lrzip: $(OBJS)
+- $(CXX) $(CXXFLAGS) -o lrzip $(OBJS) $(LIBS)
++ $(CXX) $(CXXFLAGS) -o lrzip $(OBJS) -llzma $(LIBS)
+
+ lrzip.1: lrzip.yo
+ yodl2man -o lrzip.1 lrzip.yo
+--- lrzip-0.16/stream.c.orig 2006-10-31 14:17:12.000000000 +0100
++++ lrzip-0.16/stream.c 2006-11-01 13:48:39.182226000 +0100
+@@ -20,7 +20,7 @@
+
+ #include "rzip.h"
+ #include "bzlib.h"
+-#include "lzma/lzmalib.h"
++#include <lzmalib.h>
+
+ #define CTYPE_NONE 3
+ #define CTYPE_BZIP2 4
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/lrzip-lzma.patch?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list