[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/mfgtools][debian/master] 2 commits: d/rules: fix FTBFS on armel/mipsel/m68k/powerpc/sh4 - must link with libatomic (Closes: #992576)
Henry-Nicolas Tourneur (@hntourne)
gitlab at salsa.debian.org
Fri Aug 20 13:19:23 BST 2021
Henry-Nicolas Tourneur pushed to branch debian/master at Debian On Mobile / mfgtools
Commits:
08551c95 by Henry-Nicolas Tourneur at 2021-08-20T12:13:13+00:00
d/rules: fix FTBFS on armel/mipsel/m68k/powerpc/sh4 - must link with libatomic (Closes: #992576)
- - - - -
293bfd29 by Henry-Nicolas Tourneur at 2021-08-20T12:19:10+00:00
d/changelog: document changes and release
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+mfgtools (1.4.139-2) unstable; urgency=medium
+
+ * d/rules: fix FTBFS on armel/mipsel/m68k/powerpc/sh4
+ must link with libatomic (Closes: #992576) - thanks to Adrian Bunk.
+
+ -- Henry-Nicolas Tourneur <debian at nilux.be> Fri, 20 Aug 2021 12:18:30 +0000
+
mfgtools (1.4.139-1) unstable; urgency=medium
* New upstream version 1.4.139
=====================================
debian/rules
=====================================
@@ -3,6 +3,10 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all reproducible=+fixfilepath,+fixdebugpath
include /usr/share/dpkg/pkg-info.mk
+ifneq (,$(filter $(DEB_HOST_ARCH), armel m68k mipsel powerpc sh4))
+export DEB_LDFLAGS_MAINT_APPEND += -Wl,--no-as-needed -latomic -Wl,--as-needed
+endif
+
%:
dh $@
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/mfgtools/-/compare/e70b8209d16030a9dfb79873ea6fa4d6805c4252...293bfd291866775edddf0f1703c9cc404257b66d
--
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/mfgtools/-/compare/e70b8209d16030a9dfb79873ea6fa4d6805c4252...293bfd291866775edddf0f1703c9cc404257b66d
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/debian-on-mobile-maintainers/attachments/20210820/f0f602b5/attachment.htm>
More information about the Debian-on-mobile-maintainers
mailing list