]> git.pld-linux.org Git - packages/libjpeg.git/commitdiff
- add libtool patch
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 23 Oct 2006 14:17:53 +0000 (14:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libjpeg.spec -> 1.54

libjpeg.spec

index b2640211eb047b95934cabe62027e82b31bbd994..753acb796b5241d5cc98c8a90399b0d6b57fe309 100644 (file)
@@ -1,3 +1,5 @@
+# TODO
+# - ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/delegates/ljpeg-6b.tar.gz
 #
 # Conditional build:
 %bcond_with    crop    # "apply" crop pseudo-patch
@@ -27,6 +29,7 @@ Patch0:               %{name}-DESTDIR.patch
 Patch1:                %{name}-arm.patch
 Patch2:                %{name}-include.patch
 Patch3:                %{name}-c++.patch
+Patch4:                %{name}-libtool.patch
 BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -179,19 +182,22 @@ Bibliotecas est
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %if %{with crop}
 gzip -dc %{SOURCE2} | tar xf -
 %endif
 
-%build
 cp -f %{_datadir}/libtool/config.sub .
+
+%build
 %configure \
        --enable-shared \
        --enable-static
 
 %{__make} \
-       libdir=%{_libdir} 
+       libdir=%{_libdir}
+
 LD_PRELOAD=$PWD/.libs/%{name}.so make test
 
 %install
This page took 0.029238 seconds and 4 git commands to generate.