[Pkg-electronics-commits] [SCM] Packaging for GTKWave branch, master, updated. debian/3.3.17-2-6-g93f8b5d

أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmoudy at sabily.org
Mon Dec 27 20:55:27 UTC 2010


The following commit has been merged in the master branch:
commit f68be1e142837d81b486c416d2ffb6149b74be9a
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
Date:   Mon Dec 27 22:53:32 2010 +0200

    Check for archs that support unaligned load/store, instead of archs that
    do not support it.

diff --git a/debian/rules b/debian/rules
index 884a566..3e0437b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,9 +2,9 @@
 
 DESTDIR=$(CURDIR)/debian/gtkwave
 
-STRUCT_PACK=--enable-struct-pack
-ifneq (,$(filter $(DEB_HOST_ARCH), alpha arm armel hppa ia64 mips mipsel sparc))
-	STRUCT_PACK=
+STRUCT_PACK=
+ifneq (,$(filter %amd64 avr32 %i386 m68k powerpc s390 s390x, $(DEB_HOST_ARCH) ))
+  STRUCT_PACK=--enable-struct-pack
 endif
 
 %:

-- 
Packaging for GTKWave



More information about the Pkg-electronics-commits mailing list