[neon/extras/kdiff3/Neon/release] debian: update arch list for -latomic
Pino Toscano
null at kde.org
Wed Sep 7 17:06:13 BST 2022
Git commit d36072834fde196c80361c36b923580ce6661138 by Pino Toscano.
Committed on 16/08/2021 at 04:15.
Pushed by jriddell into branch 'Neon/release'.
update arch list for -latomic
M +1 -1 debian/changelog
M +1 -1 debian/rules
https://invent.kde.org/neon/extras/kdiff3/commit/d36072834fde196c80361c36b923580ce6661138
diff --git a/debian/changelog b/debian/changelog
index aa91225..87b8fef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,7 @@ kdiff3 (1.9.2-2) UNRELEASED; urgency=medium
[ Pino Toscano ]
* Replace patch libatomic.diff by specifying -latomic instead via
dpkg-buildflags, making sure it cannot be left out by as-needed;
- this is done on armel, and powerpc for now.
+ for now this is done on: armel m68k mipsel powerpc sh4.
Hopefully, this should fix linking the atomic functions.
-- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org> Sun, 15 Aug 2021 22:58:05 +0200
diff --git a/debian/rules b/debian/rules
index 84904b5..4ab1f08 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-archs_that_need_atomic = armel powerpc
+archs_that_need_atomic = armel m68k mipsel powerpc sh4
ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(archs_that_need_atomic)))
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-as-needed -latomic -Wl,--as-needed
endif
More information about the Neon-commits
mailing list