[SCM] rtkit/master: Fix linkage with librt (Closes: #802110)

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Sun Oct 18 15:50:38 UTC 2015


The following commit has been merged in the master branch:
commit 07f634ee99739a86e14ed68e63a9d9a58c7013c0
Author: Felipe Sateler <fsateler at debian.org>
Date:   Sun Oct 18 11:20:32 2015 -0300

    Fix linkage with librt (Closes: #802110)

diff --git a/debian/patches/0004-link-with-rt.patch b/debian/patches/0004-link-with-rt.patch
new file mode 100644
index 0000000..6c50e07
--- /dev/null
+++ b/debian/patches/0004-link-with-rt.patch
@@ -0,0 +1,10 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -112,6 +112,7 @@ CC="$PTHREAD_CC"
+ 
+ AC_SEARCH_LIBS([sched_setscheduler], [rt])
+ AC_SEARCH_LIBS([clock_gettime], [rt])
++AC_SEARCH_LIBS([mq_getattr], [rt])
+ AC_SEARCH_LIBS([cap_init], [cap])
+ 
+ PKG_CHECK_MODULES(DBUS, dbus-1)
diff --git a/debian/patches/series b/debian/patches/series
index e11ab36..1a090fc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 0001-SECURITY-Pass-uid-of-caller-to-polkit.patch
 0002-Drop-Removed-ControlGroup-stanza.patch
 0003-Fix-rtkit-test.patch
+0004-link-with-rt.patch

-- 
rtkit packaging



More information about the pkg-multimedia-commits mailing list