Control: tags 1000215 + patch
Control: tags 1000215 + pending

Dear maintainer,

I've prepared an NMU for glusterfs (versioned as 10.0-1.3) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Cheers
-- 
Sebastian Ramacher
diff -Nru glusterfs-10.0/debian/changelog glusterfs-10.0/debian/changelog
--- glusterfs-10.0/debian/changelog	2021-11-17 09:17:06.000000000 +0100
+++ glusterfs-10.0/debian/changelog	2021-11-27 19:20:47.000000000 +0100
@@ -1,3 +1,11 @@
+glusterfs (10.0-1.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/rules: Set -DUATOMIC_NO_LINK_ERROR on armel, armhf and mipsel
+    (Closes: #1000215) (LP: #1951408)
+
+ -- Sebastian Ramacher <sramac...@debian.org>  Sat, 27 Nov 2021 19:20:47 +0100
+
 glusterfs (10.0-1.2) unstable; urgency=medium
 
   * d/rules: disable tcmalloc also on x86 avoiding issues in tgt
diff -Nru glusterfs-10.0/debian/rules glusterfs-10.0/debian/rules
--- glusterfs-10.0/debian/rules	2021-11-17 09:17:06.000000000 +0100
+++ glusterfs-10.0/debian/rules	2021-11-27 19:17:52.000000000 +0100
@@ -1,7 +1,13 @@
 #!/usr/bin/make -f
 
+include /usr/share/dpkg/architecture.mk
 include /usr/share/dpkg/pkg-info.mk
 
+# Fix build on these arches (LP: #1951408) (#1000215)
+ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf mipsel))
+export DEB_CPPFLAGS_MAINT_APPEND = -DUATOMIC_NO_LINK_ERROR
+endif
+
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 DEB_CONFIGURE_EXTRA_FLAGS := \

Attachment: signature.asc
Description: PGP signature

Reply via email to