qt5base: fix qt_open64 related compile failure
authorPeter Seiderer <ps.report@gmx.net>
Tue, 9 Oct 2018 18:27:18 +0000 (20:27 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 9 Oct 2018 20:03:44 +0000 (22:03 +0200)
commit20648b21f5a3438f05176f861b1f72ce94474fc0
tree1347da4eedd95d699174ecf0adedb652450de587
parent2b7b4506c84a99793c5c892c3064329d3ecb8bbb
qt5base: fix qt_open64 related compile failure

Add upstream patch fixing ([1], [2]):

  .obj/qlinuxfbscreen.o: In function `QLinuxFbScreen::initialize()':
  qlinuxfbscreen.cpp:(.text+0xa6c): undefined reference to `qt_open64(char const*, int, unsigned int)'
  qlinuxfbscreen.cpp:(.text+0x1042): undefined reference to `qt_open64(char const*, int, unsigned int)'
  qlinuxfbscreen.cpp:(.text+0x10aa): undefined reference to `qt_open64(char const*, int, unsigned int)'
  qlinuxfbscreen.cpp:(.text+0x1746): undefined reference to `qt_open64(char const*, int, unsigned int)'

[1] http://autobuild.buildroot.net/results/66f55a311dcf9d54ca6148b232287973ba226999
[2] http://autobuild.buildroot.net/results/a4759e8cea09a597dbeb82f6c673ddc531d419e8

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/qt5/qt5base/5.11.2/0005-Export-qt_open64-from-QtCore.patch [new file with mode: 0644]