rpms/rhythmbox/devel rb-fix-daap-plugin.patch,NONE,1.1

Bastien Nocera hadess at fedoraproject.org
Tue Oct 13 16:20:54 UTC 2009


Author: hadess

Update of /cvs/pkgs/rpms/rhythmbox/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19003

Added Files:
	rb-fix-daap-plugin.patch 
Log Message:
add missing patch

rb-fix-daap-plugin.patch:
 Makefile.am |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE rb-fix-daap-plugin.patch ---
commit 3bf2e8b95d5a2c8000a7e46b73f0b92c5319e927
Author: Christophe Fergeau <cfergeau at mandriva.com>
Date:   Sat Oct 10 14:16:35 2009 +0200

    link daap plugin with RHYTHMBOX_LIBS (bug #597899)
    
    The DAAP plugin uses libsoup, so it needs to link with libsoup which is
    part of RHYTHMBOX_LIBS.

diff --git a/plugins/daap/Makefile.am b/plugins/daap/Makefile.am
index 90935ee..dfc1058 100644
--- a/plugins/daap/Makefile.am
+++ b/plugins/daap/Makefile.am
@@ -35,6 +35,7 @@ libdaap_la_LIBTOOLFLAGS = --tag=disable-static
 libdaap_la_LIBADD = 					\
 	$(top_builddir)/shell/librhythmbox-core.la	\
 	$(DBUS_LIBS)					\
+	$(RHYTHMBOX_LIBS)				\
 	$(MDNS_LIBS)
 
 INCLUDES = 						\




More information about the fedora-extras-commits mailing list