[neon/neon-packaging/union/Neon/unstable] debian: fPIC
Carlos De Maine
null at kde.org
Sun Feb 2 22:43:51 GMT 2025
Git commit 40c2e3b1f4b2ed3d3eb0c35d151dab183a079e9d by Carlos De Maine.
Committed on 02/02/2025 at 22:43.
Pushed by carlosdem into branch 'Neon/unstable'.
fPIC
M +5 -1 debian/rules
https://invent.kde.org/neon/neon-packaging/union/-/commit/40c2e3b1f4b2ed3d3eb0c35d151dab183a079e9d
diff --git a/debian/rules b/debian/rules
index c826920..08a3b6d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,11 @@
#!/usr/bin/make -f
# SPDX-License-Identifier: LGPL-2.0-or-later
# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
-
+
+export DEB_CFLAGS_MAINT_APPEND = -fPIC
+export DEB_CXXFLAGS_MAINT_APPEND = -fPIC
+export DEB_LDFLAGS_MAINT_APPEND = -fPIC
+
%:
dh $@ --with kf6 --buildsystem kf6
More information about the Neon-commits
mailing list