diff options
Diffstat (limited to 'recipes-qt')
-rw-r--r-- | recipes-qt/qt5/qtbase_%.bbappend | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtbase_%.bbappend b/recipes-qt/qt5/qtbase_%.bbappend index ab6fe9a4a..af2722d04 100644 --- a/recipes-qt/qt5/qtbase_%.bbappend +++ b/recipes-qt/qt5/qtbase_%.bbappend @@ -13,3 +13,6 @@ EXTRA_OECONF_append = "" # '-qpa wayland-egl' set wayland-egl as default of platform plagins PACKAGECONFIG[wayland]="-qpa wayland-egl -no-qpa-platform-guard" + +# Temporarily fix bug due to binutils 2.28 +QT_CONFIG_FLAGS_append = " -no-use-gold-linker" |