libports: fix 'qt5_webcore' compile error with GCC 8.3.0

Fixes #3345
This commit is contained in:
Christian Prochaska 2019-05-06 17:56:35 +02:00 committed by Christian Helmuth
parent 5b232df503
commit 4e6216bced

View File

@ -2,6 +2,9 @@ include $(call select_from_repositories,lib/import/import-qt5_webcore.mk)
SHARED_LIB = yes
# gnu++17 causes compile errors
CC_CXX_OPT_STD += -std=gnu++11
# additional defines for the Genode version
CC_OPT += -DSQLITE_NO_SYNC=1 -DSQLITE_THREADSAFE=0