[neon/forks/kaidan/Neon/unstable] debian: reinstate linking strategy + -latomic to try and fix arm

Carlos De Maine null at kde.org
Thu Feb 23 23:04:08 GMT 2023


Git commit 93d4419a2fb60fdca43c9f05455cc638469e0a00 by Carlos De Maine.
Committed on 23/02/2023 at 23:04.
Pushed by carlosdem into branch 'Neon/unstable'.

reinstate linking strategy + -latomic to try and fix arm

M  +2    -0    debian/rules

https://invent.kde.org/neon/forks/kaidan/commit/93d4419a2fb60fdca43c9f05455cc638469e0a00

diff --git a/debian/rules b/debian/rules
index e5c532a..7c5f47f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed, -latomic
+
 %:
 	dh $@ --with kf5 --buildsystem kf5
 


More information about the Neon-commits mailing list