abiword: pin c++11 to fix build with gcc11

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2021-05-08 13:25:55 +02:00
parent 1b8b8af820
commit dc0e114f40

View File

@@ -64,6 +64,7 @@ EXTRA_OECONF = " \
--with-libwmf-config=${STAGING_DIR} \
"
CXXFLAGS += "-std=c++11"
LDFLAGS += "-lgmodule-2.0"
do_compile() {