SOURCES: lrzip-parallel-make.patch (NEW) - fixes parallel make

glen glen at pld-linux.org
Tue Oct 31 19:14:00 CET 2006


Author: glen                         Date: Tue Oct 31 18:14:00 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixes parallel make

---- Files affected:
SOURCES:
   lrzip-parallel-make.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/lrzip-parallel-make.patch
diff -u /dev/null SOURCES/lrzip-parallel-make.patch:1.1
--- /dev/null	Tue Oct 31 19:14:00 2006
+++ SOURCES/lrzip-parallel-make.patch	Tue Oct 31 19:13:55 2006
@@ -0,0 +1,20 @@
+--- /home/glen/rpm/pld/BUILD/lrzip-0.15/Makefile.in~	2006-10-31 01:54:32.000000000 +0200
++++ /home/glen/rpm/pld/BUILD/lrzip-0.15/Makefile.in	2006-10-31 20:02:29.555641024 +0200
+@@ -29,7 +29,7 @@
+ .c.o:
+ 	$(CC) -I. -I$(srcdir) $(CFLAGS) -c $< -o $@
+ 
+-all: liblzma lrzip
++all: lrzip
+ 
+ man: rzip.1
+ 
+@@ -42,7 +42,7 @@
+ liblzma: 
+ 	cd lzma && make && cd ../
+ 
+-lrzip: $(OBJS)
++lrzip: $(OBJS) liblzma
+ 	$(CXX) $(CFLAGS) -o lrzip $(OBJS) $(LIBS)
+ 
+ lrzip.1: lrzip.yo
================================================================


More information about the pld-cvs-commit mailing list