]> git.pld-linux.org Git - packages/libextractor.git/commitdiff
- added pmake patch (fixes parallel make)
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 22 Mar 2008 11:59:02 +0000 (11:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- dropped --ltdl from libtoolize (not required since some time, fixes build with libtool 2.2)

Changed files:
    libextractor.spec -> 1.53

libextractor.spec

index 6e914fe06def3e41044b3751a368eee38bc6fee3..51da6a8d2b288d1e23d2db86e0ac46bef723186c 100644 (file)
@@ -15,6 +15,7 @@ Source0:      http://gnunet.org/libextractor/download/%{name}-%{version}.tar.gz
 Patch0:                %{name}-64bit.patch
 Patch1:                %{name}-make.patch
 Patch2:                %{name}-info.patch
+Patch3:                %{name}-pmake.patch
 URL:           http://gnunet.org/libextractor/
 %if %{with qt}
 BuildRequires: QtSvg-devel >= 4.0.1
@@ -154,10 +155,11 @@ Statyczna wersja bibliotek libextractor.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %{__gettextize}
-%{__libtoolize} --ltdl
+%{__libtoolize}
 %{__aclocal} -I m4
 %{__autoconf}
 %{__autoheader}
This page took 0.024853 seconds and 4 git commands to generate.