Author: oget
Update of /cvs/free/rpms/traverso/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv13134
Modified Files:
traverso.spec
Added Files:
traverso-linking.patch
Log Message:
Fix DSO linking
traverso-linking.patch:
CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--- NEW FILE traverso-linking.patch ---
diff -rupN traverso-0.49.2.old/CMakeLists.txt traverso-0.49.2/CMakeLists.txt
--- traverso-0.49.2.old/CMakeLists.txt 2010-08-13 01:38:24.000000000 -0400
+++ traverso-0.49.2/CMakeLists.txt 2010-08-13 14:14:28.000000000 -0400
@@ -348,6 +348,7 @@ ${QT_QTCORE_INCLUDE_DIR}
#Set up libraries to link with all found packages
LINK_LIBRARIES (
${QT_QT_LIBRARY}
+dl
)
Index: traverso.spec
===================================================================
RCS file: /cvs/free/rpms/traverso/devel/traverso.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- traverso.spec 13 Aug 2010 16:23:45 -0000 1.3
+++ traverso.spec 13 Aug 2010 18:43:41 -0000 1.4
@@ -25,6 +25,8 @@
Source0: %{name}-%{version}.tar.gz
# lower the rtprio requirement to 20, for compliance with our jack
Patch0: %{name}-priority.patch
+# Fix DSO linking
+Patch1: %{name}-linking.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: alsa-lib-devel
BuildRequires: cmake
@@ -70,6 +72,8 @@
%prep
%setup -q
%patch0 -p1 -b .priority
+%patch1 -p1 -b .dso.linking
+
# Fix permission issues
chmod 644 ChangeLog TODO
Show replies by date