package/qt5base: fix libtool la file dependency_libs entries
authorPeter Seiderer <ps.report@gmx.net>
Thu, 1 Aug 2019 21:48:23 +0000 (23:48 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sat, 3 Aug 2019 18:27:12 +0000 (20:27 +0200)
commit4ad73bf5e6326f7a414ecc94dbac0c79f5d33b31
treeeae143be515d1b1e4d5c5eae2cc21f3763f99bbd
parentb3424c8fc9d1199f5836483f15af48b56373609e
package/qt5base: fix libtool la file dependency_libs entries

Fixes [1]:

  libtool: error: cannot find the library '' or unhandled argument '/.../host/riscv64-buildroot-linux-gnu/sysroot/usr/lib/libQt5Widgets.so'

Add upstream suggested patch ([2]) to change la file dependency_libs entries
to -L<path> -l<library> version.

[1] http://autobuild.buildroot.net/results/79c1e1b7a1bc53c1e9b2ae0c9acb443e6d2e2994
[2] https://codereview.qt-project.org/c/qt/qtbase/+/269146

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Tested-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/qt5/qt5base/5.12.4/0005-Fix-dependency_libs-entry-of-.la-files.patch [new file with mode: 0644]