summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholai Juul Hansen <njh@newtec.dk>2021-11-29 14:46:08 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-11-29 14:50:29 +0100
commit70205d7cc77ff2bd36860291bf767f91bb4bc989 (patch)
tree91a9588b184422fab0278fbe64c405d1c44ffa3f
parentceb09a1f5e566855b1060feb5a6c26e2a8bcacda (diff)
downloadptxdist-2021.12.0.tar.gz
ptxdist-2021.12.0.tar.xz
Qt5: disable feature-relocatable.ptxdist-2021.12.0
Version 5.14.0 made Qt relocatable and enables the feature by standard. This commit maintains the old pre 5.14.0 behavior and fixes possible problems caused by the dynamic linker locating a qt library through a symlink. Signed-off-by: Nicholai Juul Hansen <njh@newtec.dk> Message-Id: <20211129134608.519615-1-njh@newtec.dk> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/qt5.make1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/qt5.make b/rules/qt5.make
index 98d85a5dc..692dd5f97 100644
--- a/rules/qt5.make
+++ b/rules/qt5.make
@@ -113,6 +113,7 @@ QT5_CONF_OPT := \
-opensource \
-confirm-license \
-release \
+ -no-feature-relocatable \
--disable-optimized-tools \
--disable-separate-debug-info \
--disable-gdb-index \