[SCM] simplescreenrecorder/master: Changed to use --disable-x86-asm on non-x86 architectures.

pere at users.alioth.debian.org pere at users.alioth.debian.org
Sat Dec 17 09:08:09 UTC 2016


The following commit has been merged in the master branch:
commit 9872689a9ca65989e0096ca4cba4ae0f22144430
Author: John Paul Adrian Glaubitz <glaubitz at physik.fu-berlin.de>
Date:   Sat Dec 17 09:00:42 2016 +0000

    Changed to use --disable-x86-asm on non-x86 architectures.
    
    Fixes build problem.
    
    Closes: #845108

diff --git a/debian/rules b/debian/rules
index 8c8dcbc..2914469 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,11 +15,12 @@ ARCH = $(shell dpkg --print-architecture)
 #    requires the x86-only elfhacks code (see README.source)
 
 override_dh_auto_configure:
-ifeq ($(ARCH),$(filter $(ARCH),amd64 i386))
+ifeq ($(ARCH),$(filter $(ARCH),amd64 i386 hurd-i386 kfreebsd-amd64 kfreebsd-i386 x32))
 		dh_auto_configure -- \
 		--disable-assert
 else
 		dh_auto_configure -- \
+		--disable-x86-asm \
 		--disable-assert \
 		--disable-glinjectlib
 endif

-- 
simplescreenrecorder packaging



More information about the pkg-multimedia-commits mailing list