espeak-ng: fix build w/ gcc10
This commit is contained in:
parent
ddf2e11e16
commit
a9864357ba
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ if [ "$CROSS_BUILD" ]; then
|
|||
hostmakedepends+=" espeak-ng"
|
||||
fi
|
||||
|
||||
CFLAGS="-fcommon"
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue