From fade73d4332f97687b8dd3f6e0a3e478a654ba6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 5 Sep 2020 06:52:29 +0200 Subject: [PATCH] PyInstaller: fix build w/ gcc10 --- srcpkgs/PyInstaller/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/PyInstaller/template b/srcpkgs/PyInstaller/template index f88f5ac2790..043ae64147b 100644 --- a/srcpkgs/PyInstaller/template +++ b/srcpkgs/PyInstaller/template @@ -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/* }