[neon/qt/qtsvg/Neon/unstable] debian: Mark one symbol as optional to fix build with LTO.

Dmitry Shachnev null at kde.org
Tue Jul 23 15:14:26 BST 2024


Git commit 1df2e3df0f307917c5430c49b1979a2a0c672afc by Dmitry Shachnev.
Committed on 26/07/2022 at 21:23.
Pushed by jriddell into branch 'Neon/unstable'.

Mark one symbol as optional to fix build with LTO.

Closes: #1015643.

M  +1    -0    debian/changelog
M  +1    -1    debian/libqt5svg5.symbols

https://invent.kde.org/neon/qt/qtsvg/-/commit/1df2e3df0f307917c5430c49b1979a2a0c672afc

diff --git a/debian/changelog b/debian/changelog
index ce96892..498218c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ qtsvg-opensource-src (5.15.5-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Bump Qt build-dependencies to 5.15.5.
   * Bump ABI version to 5-15-5.
+  * Mark one symbol as optional to fix build with LTO (closes: #1015643).
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 03 Jul 2022 16:44:51 +0300
 
diff --git a/debian/libqt5svg5.symbols b/debian/libqt5svg5.symbols
index 0b6bca2..6830d34 100644
--- a/debian/libqt5svg5.symbols
+++ b/debian/libqt5svg5.symbols
@@ -87,7 +87,7 @@ libQt5Svg.so.5 libqt5svg5 #MINVER#
  _ZNK10QSvgWidget10metaObjectEv at Qt_5 5.6.0~beta
  _ZNK10QSvgWidget8rendererEv at Qt_5 5.6.0~beta
  _ZNK10QSvgWidget8sizeHintEv at Qt_5 5.6.0~beta
- _ZNK12QPaintDevice7devTypeEv at Qt_5 5.6.0~beta
+ (optional=inline)_ZNK12QPaintDevice7devTypeEv at Qt_5 5.6.0~beta
  _ZNK12QSvgRenderer10metaObjectEv at Qt_5 5.6.0~beta
  _ZNK12QSvgRenderer11defaultSizeEv at Qt_5 5.6.0~beta
  _ZNK12QSvgRenderer12currentFrameEv at Qt_5 5.6.0~beta



More information about the Neon-commits mailing list