Port: Stop passing unknown option to make's configure

I was hit by a "configure: WARNING: unrecognized options:
--with-sysroot" when testing the last commit.
This commit is contained in:
Lucas Chollet
2026-02-26 22:29:52 +01:00
committed by Sönke Holz
parent cdb52e6550
commit 6dc773ac0f

View File

@@ -7,4 +7,4 @@ config_sub_paths=("build-aux/config.sub")
files=(
"https://ftpmirror.gnu.org/gnu/make/make-${version}.tar.gz#dd16fb1d67bfab79a72f5e8390735c49e3e8e70b4945a15ab1f81ddb78658fb3"
)
configopts=("--with-sysroot=/" "--without-guile" "CFLAGS=-std=c17")
configopts=("--without-guile" "CFLAGS=-std=c17")