[Pkg-samba-maint] [Git][samba-team/samba][master] d/rules: query for DEB_HOST_ARCH, not DEB_HOST_ARCH_CPU, for -latomic workaround
Michael Tokarev (@mjt)
gitlab at salsa.debian.org
Wed Jun 21 21:20:38 BST 2023
Michael Tokarev pushed to branch master at Debian Samba Team / samba
Commits:
712a80da by Michael Tokarev at 2023-06-21T23:12:17+03:00
d/rules: query for DEB_HOST_ARCH, not DEB_HOST_ARCH_CPU, for -latomic workaround
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+samba (2:4.18.3+dfsg-3) unstable; urgency=medium
+
+ * d/rules: query for DEB_HOST_ARCH, not DEB_HOST_ARCH_CPU,
+ for -latomic workaround
+
+ -- Michael Tokarev <mjt at tls.msk.ru> Wed, 21 Jun 2023 23:11:59 +0300
+
samba (2:4.18.3+dfsg-2) unstable; urgency=medium
* d/rules: include -latomic gcc issue workaround for select arches
=====================================
debian/rules
=====================================
@@ -104,7 +104,7 @@ with-ceph =
with-glusterfs =
endif
-ifneq (,$(filter armel mipsel m68k powerpc sh4,${DEB_HOST_ARCH_CPU}))
+ifneq (,$(filter armel mipsel m68k powerpc sh4,${DEB_HOST_ARCH}))
# for some reason these platforms fail to find __atomic_{load,store}_8
# third_party/heimdal/lib/krb5/krcache.c.55.o: in function `krcc_get_principal':
# third_party/heimdal/lib/krb5/krcache.c:1395: undefined reference to `__atomic_load_8'
View it on GitLab: https://salsa.debian.org/samba-team/samba/-/commit/712a80dacd935d60105b71a140a3e924cdaa1291
--
View it on GitLab: https://salsa.debian.org/samba-team/samba/-/commit/712a80dacd935d60105b71a140a3e924cdaa1291
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-samba-maint/attachments/20230621/dd7ccffd/attachment-0001.htm>
More information about the Pkg-samba-maint
mailing list