SOURCES: libextractor-pmake.patch (NEW) - fix parallel make

qboosh qboosh at pld-linux.org
Sat Mar 22 12:58:05 CET 2008


Author: qboosh                       Date: Sat Mar 22 11:58:05 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix parallel make

---- Files affected:
SOURCES:
   libextractor-pmake.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/libextractor-pmake.patch
diff -u /dev/null SOURCES/libextractor-pmake.patch:1.1
--- /dev/null	Sat Mar 22 12:58:05 2008
+++ SOURCES/libextractor-pmake.patch	Sat Mar 22 12:57:59 2008
@@ -0,0 +1,20 @@
+--- libextractor-0.5.19a/src/main/Makefile.am.orig	2007-01-10 05:14:09.000000000 +0100
++++ libextractor-0.5.19a/src/main/Makefile.am	2008-03-22 12:23:43.319053024 +0100
+@@ -14,7 +14,7 @@
+ bin_PROGRAMS = extract
+ 
+ extract_LDADD = \
+-  $(top_builddir)/src/main/libextractor.la 
++  libextractor.la 
+ 
+ if !MINGW
+ if !SOMEBSD
+@@ -70,7 +70,7 @@
+ test_binary_SOURCES = \
+   test_binary.c
+ test_binary_LDADD = \
+-  $(top_builddir)/src/main/libextractor.la
++  libextractor.la
+ 
+ 
+ 
================================================================


More information about the pld-cvs-commit mailing list