[neon/forks/pyqt5/Neon/release-lts] debian: Drop -Wl,--as-needed from LDFLAGS, it is default in Bullseye.

Dmitry Shachnev null at kde.org
Wed May 26 11:29:29 BST 2021


Git commit cde2ca67a5ad4a31005c1a7b62408aaeca9a00d8 by Dmitry Shachnev.
Committed on 14/06/2020 at 12:08.
Pushed by jriddell into branch 'Neon/release-lts'.

Drop -Wl,--as-needed from LDFLAGS, it is default in Bullseye.

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

https://invent.kde.org/neon/forks/pyqt5/commit/cde2ca67a5ad4a31005c1a7b62408aaeca9a00d8

diff --git a/debian/changelog b/debian/changelog
index 97f5f584..a272cf36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ pyqt5 (5.15.0+dfsg-2) UNRELEASED; urgency=medium
     - Drop debian/patches/public_sip.diff, not needed with sip5.
     - Install .sip files into the new location.
     - Update runtime dependency of python3-pyqt5{,-dbg} and pyqt5-dev.
+  * Drop -Wl,--as-needed from LDFLAGS, it is default in Bullseye.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Sun, 14 Jun 2020 14:19:50 +0300
 
diff --git a/debian/rules b/debian/rules
index 0f1b67a5..0b72d736 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ else
 	LDFLAGS += $(shell dpkg-buildflags --get LDFLAGS)
 endif
 
-LDFLAGS += -Wl,-O1 -Wl,--as-needed
+LDFLAGS += -Wl,-O1
 
 SPLIT=10
 



More information about the Neon-commits mailing list