espeak-ng: fix build w/ gcc10

This commit is contained in:
Jürgen Buchmüller 2021-01-16 18:15:29 +01:00
parent ddf2e11e16
commit a9864357ba

View file

@ -17,6 +17,8 @@ if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" espeak-ng"
fi
CFLAGS="-fcommon"
pre_configure() {
./autogen.sh
}