[SCM] jack-capture/master: Fix build on mips and mipsel.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Jun 27 12:26:27 UTC 2017


The following commit has been merged in the master branch:
commit 36062800f4ab430a034abbfe23956654608366ec
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Jun 27 14:22:16 2017 +0200

    Fix build on mips and mipsel.

diff --git a/debian/rules b/debian/rules
index 94226ea..c1760ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -latomic
 
 export PREFIX=/usr
 

-- 
jack-capture packaging



More information about the pkg-multimedia-commits mailing list