[neon/extras/clazy/Neon/release_jammy] debian/patches: drop patch
Carlos De Maine
null at kde.org
Wed Jul 3 08:02:22 BST 2024
Git commit 7a444274e87e2a7d62399f7669d2da49b5d1d600 by Carlos De Maine.
Committed on 03/07/2024 at 07:01.
Pushed by carlosdem into branch 'Neon/release_jammy'.
drop patch
D +0 -21 debian/patches/debian-tests-link-atomic.diff
M +0 -1 debian/patches/series
https://invent.kde.org/neon/extras/clazy/-/commit/7a444274e87e2a7d62399f7669d2da49b5d1d600
diff --git a/debian/patches/debian-tests-link-atomic.diff b/debian/patches/debian-tests-link-atomic.diff
deleted file mode 100644
index 58195d6..0000000
--- a/debian/patches/debian-tests-link-atomic.diff
+++ /dev/null
@@ -1,21 +0,0 @@
-Author: Pino Toscano <pino at debian.org>
-Description: Link to atomic for Debian architectures that require it
- Some architectures explicitly need to use the atomic library for atomic
- instructions; make sure to link to it in tests that are linked.
- .
- This seems more a workaround for clang itself not doing this.
-Last-Update: 2018-12-02
-Forwarded: not-needed
-
---- a/tests/run_tests.py
-+++ b/tests/run_tests.py
-@@ -331,6 +331,9 @@
- flags = "-lQt5Core -lQt5Gui -lQt5Widgets"
- if _platform.startswith('linux'):
- flags += " -lstdc++"
-+ deb_arch = os.getenv('DEB_HOST_ARCH', '')
-+ if deb_arch == 'armel':
-+ flags += " -latomic"
- return flags
-
-
diff --git a/debian/patches/series b/debian/patches/series
index 6c48ffb..036ded6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-debian-tests-link-atomic.diff
select-clangpp.diff
More information about the Neon-commits
mailing list