[clasp] 01/02: debian/rules: link with libatomic on armel
    Thomas Krennwallner 
    tkren-guest at moszumanska.debian.org
       
    Mon Aug 21 07:05:15 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
tkren-guest pushed a commit to branch devel
in repository clasp.
commit edb1e3d575a195461dab4acd2cef893dc0d99f0f
Author: Thomas Krennwallner <tkren at kr.tuwien.ac.at>
Date:   Mon Aug 21 06:28:21 2017 +0000
    debian/rules: link with libatomic on armel
    
    patch provided by Adrian Bunk, fixes #872549
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 5f97d79..370cfb1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,11 +5,11 @@
 #export DH_VERBOSE=1
 
 # clasp requires c++11 threads with 64bit __atomic_exchange, we need to
-# link with libatomic on powerpc, powerpcspe, m68k, mips, mipsel, and
+# link with libatomic on armel, powerpc, powerpcspe, m68k, mips, mipsel, and
 # sh4, see also
 # https://gcc.gnu.org/wiki/Atomic
 # https://gcc.gnu.org/wiki/Atomic/GCCMM/LIbrary
-arch = $(shell dpkg-architecture -qDEB_BUILD_ARCH | egrep -x "(powerpc|powerpcspe|m68k|mips|mipsel|sh4)")
+arch = $(shell dpkg-architecture -qDEB_BUILD_ARCH | egrep -x "(armel|powerpc|powerpcspe|m68k|mips|mipsel|sh4)")
 
 # use custom hardening config flags for compiling clasp
 CONFIG=hardening
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clasp.git
    
    
More information about the debian-science-commits
mailing list