]> git.pld-linux.org Git - packages/libtunepimp.git/commitdiff
- fix build with new libltdl, release 8. auto/th/libtunepimp-0_5_3-8 auto/ti/libtunepimp-0_5_3-8
authorPaweł Sikora <pluto@pld-linux.org>
Fri, 23 May 2008 13:43:14 +0000 (13:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libtunepimp.spec -> 1.37

libtunepimp.spec

index d91d053a93cfe75f108e9922277166c24f02e03a..d37858653d00cccff1928c9fa416462071547f5f 100644 (file)
@@ -3,7 +3,7 @@ Summary(pl.UTF-8):      Biblioteka znakowania MusicBrainz
 Name:          libtunepimp
 %define                _major  0.5
 Version:       %{_major}.3
 Name:          libtunepimp
 %define                _major  0.5
 Version:       %{_major}.3
-Release:       7
+Release:       8
 License:       GPL
 Group:         Libraries
 Source0:       ftp://ftp.musicbrainz.org/pub/musicbrainz/%{name}-%{version}.tar.gz
 License:       GPL
 Group:         Libraries
 Source0:       ftp://ftp.musicbrainz.org/pub/musicbrainz/%{name}-%{version}.tar.gz
@@ -83,7 +83,8 @@ Wiązania Pythona do biblioteki libtunepimp.
 %patch0 -p1
 %patch1 -p1
 
 %patch0 -p1
 %patch1 -p1
 
-%{__sed} -i -e 's/ -O2//' configure.in
+%{__sed} -i 's/ -O2//' configure.in
+%{__sed} -i 's/lt_dlhandle_struct \*/lt_dlhandle/' lib/plugins.cpp
 
 %build
 %{__libtoolize}
 
 %build
 %{__libtoolize}
@@ -91,7 +92,10 @@ Wiązania Pythona do biblioteki libtunepimp.
 %{__autoconf}
 %{__autoheader}
 %{__automake}
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+
+%configure \
+       --enable-ltdl-install=no
+
 %{__make}
 
 # perl bindings are not updated to current API
 %{__make}
 
 # perl bindings are not updated to current API
This page took 0.154319 seconds and 4 git commands to generate.