From f788d18f87f74a5e768551590708046e0099a6bc Mon Sep 17 00:00:00 2001 From: jeremyd2019 Date: Tue, 13 Apr 2021 11:06:33 -0700 Subject: [PATCH] tcl: set !makeflags option I have been seeing intermittent build errors that are resolved by this option --- mingw-w64-tcl/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-tcl/PKGBUILD b/mingw-w64-tcl/PKGBUILD index 47d9815918..1a6810bb0c 100644 --- a/mingw-w64-tcl/PKGBUILD +++ b/mingw-w64-tcl/PKGBUILD @@ -12,7 +12,7 @@ mingw_arch=('mingw32' 'mingw64' 'ucrt64') depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-zlib") #conflicts=(${MINGW_PACKAGE_PREFIX}-sqlite-analyzer) makedepends=("${MINGW_PACKAGE_PREFIX}-gcc") -options=('staticlibs') # '!strip' 'debug') +options=('staticlibs' '!makeflags') # '!strip' 'debug') license=("custom") url="https://tcl.sourceforge.io/" source=("https://downloads.sourceforge.net/sourceforge/tcl/tcl${pkgver}-src.tar.gz"