Source: glusterfs
Version: 10.1-3
Severity: normal
Tags: patch
User: debian-...@lists.debian.org
Usertags: m68k
X-Debbugs-Cc: debian-...@lists.debian.org

Hello!

m68k needs to be added to the list of architectures which need to be built
with -DUATOMIC_NO_LINK_ERROR. Thus, could you make the following change?

--- glusterfs.orig/glusterfs-10.1/debian/rules  2022-04-20 14:27:28.000000000 
+0200
+++ glusterfs/glusterfs-10.1/debian/rules       2022-05-16 19:17:34.633596956 
+0200
@@ -4,7 +4,7 @@
 include /usr/share/dpkg/pkg-info.mk
 
 # Fix build on these arches (LP: #1951408) (#1000215)
-ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf mipsel))
+ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf m68k mipsel))
 export DEB_CPPFLAGS_MAINT_APPEND = -DUATOMIC_NO_LINK_ERROR
 endif
 
Thanks,
Adrian

--
 .''`.  John Paul Adrian Glaubitz
: :' :  Debian Developer
`. `'   Physicist
  `-    GPG: 62FF 8A75 84E0 2956 9546  0006 7426 3B37 F5B5 F913
--- glusterfs.orig/glusterfs-10.1/debian/rules  2022-04-20 14:27:28.000000000 
+0200
+++ glusterfs/glusterfs-10.1/debian/rules       2022-05-16 19:17:34.633596956 
+0200
@@ -4,7 +4,7 @@
 include /usr/share/dpkg/pkg-info.mk
 
 # Fix build on these arches (LP: #1951408) (#1000215)
-ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf mipsel))
+ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf m68k mipsel))
 export DEB_CPPFLAGS_MAINT_APPEND = -DUATOMIC_NO_LINK_ERROR
 endif
 

Reply via email to