SPECS: libtunepimp.spec - fix build with new libltdl, release 8.

pluto pluto at pld-linux.org
Fri May 23 15:43:19 CEST 2008


Author: pluto                        Date: Fri May 23 13:43:19 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fix build with new libltdl, release 8.

---- Files affected:
SPECS:
   libtunepimp.spec (1.36 -> 1.37) 

---- Diffs:

================================================================
Index: SPECS/libtunepimp.spec
diff -u SPECS/libtunepimp.spec:1.36 SPECS/libtunepimp.spec:1.37
--- SPECS/libtunepimp.spec:1.36	Tue Feb 19 23:40:58 2008
+++ SPECS/libtunepimp.spec	Fri May 23 15:43:14 2008
@@ -4,7 +4,7 @@
 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
@@ -84,7 +84,8 @@
 %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}
@@ -92,7 +93,10 @@
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-%configure
+
+%configure \
+	--enable-ltdl-install=no
+
 %{__make}
 
 # perl bindings are not updated to current API
@@ -169,6 +173,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.37  2008-05-23 13:43:14  pluto
+- fix build with new libltdl, release 8.
+
 Revision 1.36  2008-02-19 22:40:58  glen
 - ghost soname symlink
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libtunepimp.spec?r1=1.36&r2=1.37&f=u



More information about the pld-cvs-commit mailing list