qt5-qtwebkit: disable i686 builds

ld: error: undefined symbol: __x86.get_pc_thunk.bx

Patches to fix this error and enable i686 builds are welcome.
This commit is contained in:
Leonid Pliushch 2021-11-04 18:30:02 +00:00 committed by Yaksh Bariya
parent 6cbcf00a2c
commit 5c7c3b5aa2
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 4 additions and 0 deletions

View File

@ -9,4 +9,8 @@ TERMUX_PKG_SHA256=9ca126da9273664dd23a3ccd0c9bebceb7bb534bddd743db31caf6a5a6d4a9
TERMUX_PKG_DEPENDS="qt5-qtbase, qt5-qtdeclarative, qt5-qtlocation, qt5-qtmultimedia, qt5-qtsensors, zlib, libxslt, libxcomposite, libhyphen, libwebp"
TERMUX_PKG_BUILD_DEPENDS="qt5-qtbase-cross-tools"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-DPORT=Qt -DUSE_LD_GOLD=OFF -DUSE_GSTREAMER=OFF -DUSE_QT_MULTIMEDIA=ON -DENABLE_OPENGL=OFF -DENABLE_SAMPLING_PROFILER=OFF -DENABLE_WEBKIT2=OFF"
# undefined reference to __x86.get_pc_thunk.bx
TERMUX_PKG_BLACKLISTED_ARCHES="i686"
# TODO SAMPLING_PROFILER requires glibc. We might be able to patch the source to make it work with bionic