[SCM] rtmidi/master: Fix wrong linking order.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sun Feb 5 18:24:17 UTC 2012


The following commit has been merged in the master branch:
commit fe27053ef70cc30208f888d2b5c60dcc80e092b9
Author: Alessio Treglia <alessio at debian.org>
Date:   Sun Feb 5 19:20:35 2012 +0100

    Fix wrong linking order.

diff --git a/debian/patches/1001-buildsystem.patch b/debian/patches/1001-buildsystem.patch
index fac4388..493cf9f 100644
--- a/debian/patches/1001-buildsystem.patch
+++ b/debian/patches/1001-buildsystem.patch
@@ -32,7 +32,7 @@ From: http://pkgs.fedoraproject.org/gitweb/?p=rtmidi.git;a=blob;f=rtmidi-1.0.15-
 +SONAME = lib at SONAME@.so
 +
 + at SONAME@. at VERSION@ : $(SOURCE)
-+	$(CC) $(CXXFLAGS) @CPPFLAGS@ -fvisibility=hidden -fPIC -o $(SONAME). at VERSION@ -shared -Wl,-soname=$(SONAME). at SO_VERSION@ $(LIBS) $(SOURCE)
++	$(CC) $(CXXFLAGS) @CPPFLAGS@ -fvisibility=hidden -fPIC -o $(SONAME). at VERSION@ -shared -Wl,-soname=$(SONAME). at SO_VERSION@ $(SOURCE) $(LIBS)
 +
 +install : $(SONAME). at VERSION@
 +	$(MKDIR_P) $(LIBDIR)

-- 
RtMidi packaging



More information about the pkg-multimedia-commits mailing list