From 81426251d1ba5291b59a62d56b4f524b8cca0f5a Mon Sep 17 00:00:00 2001 From: Felicitas Pojtinger Date: Mon, 20 Dec 2021 02:13:13 +0100 Subject: [PATCH] build: Add make to `bagccgop` dependencies --- Hydrunfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hydrunfile b/Hydrunfile index 7c294c9..a4f3b0f 100755 --- a/Hydrunfile +++ b/Hydrunfile @@ -11,6 +11,6 @@ curl -L -o /tmp/bagccgop "https://github.com/pojntfx/bagccgop/releases/latest/do install /tmp/bagccgop /usr/local/bin # Build -GOFLAGS='-gccgoflags=-static' bagccgop -x '(linux/alpha|linux/mipsle)' -j1 -b stfs -r 'make depend' -m 'libsqlite3-dev' -p 'make build/stfs DST=$DST' -d out +GOFLAGS='-gccgoflags=-static' bagccgop -x '(linux/alpha|linux/mipsle)' -j1 -b stfs -r 'make depend' -s 'build-essential,automake' -m 'libsqlite3-dev' -p 'make build/stfs DST=$DST' -d out exit 0