]> git.pld-linux.org Git - packages/libextractor.git/commitdiff
- fix parallel make
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 22 Mar 2008 11:57:59 +0000 (11:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libextractor-pmake.patch -> 1.1

libextractor-pmake.patch [new file with mode: 0644]

diff --git a/libextractor-pmake.patch b/libextractor-pmake.patch
new file mode 100644 (file)
index 0000000..7888884
--- /dev/null
@@ -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
This page took 0.088979 seconds and 4 git commands to generate.