package/qt5base: disable feature-relocatable
authorPeter Seiderer <ps.report@gmx.net>
Sun, 17 May 2020 10:28:23 +0000 (12:28 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 17 May 2020 19:24:22 +0000 (21:24 +0200)
commit6491ca40f8374b310a08ceb904e2a274408739af
tree7adb108215c729df02e29d149d1f13da0292e023
parent4c051c65eee278e54a95ec0f5790e39f9af901c9
package/qt5base: disable feature-relocatable

Disable feature-relocatable to avoid a path mismatch while searching qml
files and buildroot BR2_ROOTFS_MERGED_USR feature enabled.

As described in [1] with feature-relocatable Qt determines the search
pathes relative to the location of libQt5Core.so, with BR2_ROOTFS_MERGED_USR
enabled found first under the symlink path '/lib' instead of the install
path '/usr/lib' and searches sequentially for qml files under '/qml' instead
of the correct '/usr/qml'.

Fixes:
  - https://bugs.busybox.net/show_bug.cgi?id=12906

[1] https://code.qt.io/cgit/qt/qtbase.git/commit/?id=4ac872639ed0dd3ae6627e05bdda821f7d128500

Reported-by: Joonas Harjumäki <jharjuma@gmail.com>
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/qt5/qt5base/qt5base.mk