[neon/qt/qtscxml/Neon/release] debian: Remove -Wl,--as-needed flag, it is the default in Bullseye.

Dmitry Shachnev null at kde.org
Wed Oct 19 14:21:05 BST 2022


Git commit 466947ce0a63653f25bf616b3710d0f9639bb757 by Dmitry Shachnev.
Committed on 20/09/2020 at 18:10.
Pushed by jriddell into branch 'Neon/release'.

Remove -Wl,--as-needed flag, it is the default in Bullseye.

M  +1    -0    debian/changelog
M  +1    -1    debian/rules

https://invent.kde.org/neon/qt/qtscxml/commit/466947ce0a63653f25bf616b3710d0f9639bb757

diff --git a/debian/changelog b/debian/changelog
index b6a9040..1cab861 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ qtscxml-everywhere-src (5.15.1-1) UNRELEASED; urgency=medium
   * Bump Qt build-dependencies to 5.15.1.
   * Use ${DEB_HOST_MULTIARCH} substitution in the install files.
   * Update debian/libqt5scxml5.symbols from the current build log.
+  * Remove -Wl,--as-needed flag, it is the default in Bullseye.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 20 Sep 2020 19:08:27 +0300
 
diff --git a/debian/rules b/debian/rules
index af7f87a..8f3c220 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export CFLAGS := $(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get CPPFLAGS)
 export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) $(shell dpkg-buildflags --get CPPFLAGS)
-export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
+export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
 export QT_SELECT := qt5
 
 %:



More information about the Neon-commits mailing list