[neon/backports-noble/pcre2-noble/Neon/release] debian: point the linker to the correct arch specific dir
Carlos De Maine
null at kde.org
Tue Jun 9 09:31:31 BST 2026
Git commit 9eda65e2369521ecbd3af9144f8051561406429c by Carlos De Maine.
Committed on 09/06/2026 at 08:31.
Pushed by carlosdem into branch 'Neon/release'.
point the linker to the correct arch specific dir
M +1 -1 debian/rules
https://invent.kde.org/neon/backports-noble/pcre2-noble/-/commit/9eda65e2369521ecbd3af9144f8051561406429c
diff --git a/debian/rules b/debian/rules
index de73e91..1776a3d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,4 +32,4 @@ override_dh_strip:
dh_strip --dbgsym-migration='libpcre2-dbg (<< 10.45-1~)'
override_dh_shlibdeps:
- dh_shlibdeps -l/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu
+ dh_shlibdeps -l/lib/${DEB_BUILD_MULTIARCH}:/usr/lib/${DEB_BUILD_MULTIARCH}
More information about the Neon-commits
mailing list