forked from pool/libqt5-qtbase
2cb3e2ac5a
The libqt5-qtscript package fails to build on PowerPC, since it attempts to force building the JIT, which is not supported on PowerPC. This is done by the build scripts because the file /usr/lib64/qt5/mkspecs/qmodule.pri contains the entry JAVASCRIPTCORE_JIT = yes That file in turn is created by this package, libqt5-qtbase, which sets the JAVASCRIPTCORE_JIT entry because configure is called with the -javascript-jit option. This doesn't seem useful for platforms where the JIT is not supported, so this patch removes the option for PowerPC. - Do not force -javascript-jit on ppc platforms that do not support it. (forwarded request 211854 from uweigand) OBS-URL: https://build.opensuse.org/request/show/211885 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtbase?expand=0&rev=11 |
||
---|---|---|
_constraints | ||
.gitattributes | ||
.gitignore | ||
0001-Remove-the-GLES-2-dependency-for-eglfs-and-kms.patch | ||
0002-Fix-configure-script-to-not-dictate-OpenGL-ES-2-when.patch | ||
0003-EGL-convenience-deal-with-DefaultRenderableType-when.patch | ||
0004-Do-not-disable-egl-on-desktop-gl-automatically.patch | ||
baselibs.conf | ||
libqt5-libtool-nodate.diff | ||
libqt5-qtbase.changes | ||
libqt5-qtbase.spec | ||
macros.qt5 | ||
qmake-add-usr-include.diff | ||
qt-never-strip.diff | ||
qtbase-opensource-src-5.1.1-bigendian.patch | ||
qtbase-opensource-src-5.2.0.tar.xz | ||
qtbase-qatomic-ppc.patch |