PyInstaller: fix build w/ gcc10

This commit is contained in:
Jürgen Buchmüller 2020-09-05 06:52:29 +02:00
parent 335308e075
commit fade73d433

View file

@ -15,6 +15,8 @@ changelog="https://pyinstaller.readthedocs.io/en/v4.0/CHANGES.html"
distfiles="https://github.com/pyinstaller/pyinstaller/releases/download/v${version}/pyinstaller-${version}.tar.gz"
checksum=970beb07115761d5e4ec317c1351b712fd90ae7f23994db914c633281f99bab0
CFLAGS="-Wno-stringop-truncation"
post_extract() {
rm -rf PyInstaller/bootloader/*
}