mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-03 20:54:37 +02:00
qtwebengine: add -fpermissive
* http://errors.yoctoproject.org/Errors/Details/179245/ just use -fpermissive in this case like fedora did: https://bugzilla.redhat.com/show_bug.cgi?id=1582954 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -28,6 +28,11 @@ ARM_INSTRUCTION_SET_armv7a = "thumb"
|
||||
ARM_INSTRUCTION_SET_armv7r = "thumb"
|
||||
ARM_INSTRUCTION_SET_armv7ve = "thumb"
|
||||
|
||||
# http://errors.yoctoproject.org/Errors/Details/179245/
|
||||
# just use -fpermissive in this case like fedora did:
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1582954
|
||||
CXXFLAGS += "-fpermissive"
|
||||
|
||||
EXTRA_OECMAKE = " \
|
||||
-DPORT=Qt \
|
||||
-DECM_MKSPECS_INSTALL_DIR=${libdir}${QT_DIR_NAME}/mkspecs/modules \
|
||||
|
||||
Reference in New Issue
Block a user