From 4fe36de7142d972c061813e413f66ed4bcfc38d0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 15 Oct 2023 22:00:32 +0100 Subject: gentoo auto-resync : 15:10:2023 - 22:00:32 --- eclass/qt5-build.eclass | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'eclass/qt5-build.eclass') diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 5e23d793915a..e9cb2f50fd3a 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -231,6 +231,12 @@ qt5-build_src_configure() { qt5_tools_configure fi + # Workaround for bug #915203 + # Upstream: https://bugreports.qt.io/browse/QTBUG-111514 + if [[ ${PN} != qtcore ]]; then + append-ldflags -Wl,--undefined-version + fi + qt5_foreach_target_subdir qt5_qmake } -- cgit v1.2.3