Merge pull request #4465 from jernejsk/fsuae-fix

libretro-fsuae: Fix compilation with gcc10
This commit is contained in:
Christian Hewitt 2020-06-30 10:20:55 +04:00 committed by GitHub
commit d442dfbf9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,8 @@ fi
pre_configure_target() {
cd $PKG_BUILD
rm -rf .$TARGET_NAME
# check if this flag is still needed when this package is updated
export CFLAGS="$CFLAGS -fcommon"
export ac_cv_func_realloc_0_nonnull=yes
}