From 19459a9b54a54403d3d40bc6d6d736367339c6dc Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 18 Mar 2026 09:46:54 +0100 Subject: chore: update dependencies --- scripts/0150-build-static-deps.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/0150-build-static-deps.sh b/scripts/0150-build-static-deps.sh index d0a460f..cc68ecb 100755 --- a/scripts/0150-build-static-deps.sh +++ b/scripts/0150-build-static-deps.sh @@ -36,7 +36,10 @@ cd .. echo "Building static gmp..." tar xf /downloads/gmp-$GMP_VERSION.tar.xz cd gmp-$GMP_VERSION -./configure --prefix=$STATIC_DEPS_PREFIX --disable-shared --enable-static +## PATCH BEGIN +sed -i 's/void g(){}/void g(int,t1 const*,t1,t2,t1 const*,int){}/' configure +## PATCH END +./configure --prefix=$STATIC_DEPS_PREFIX --disable-shared --enable-static || cat config.log make -j$(nproc) && make install cd .. -- cgit v1.2.3