mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-25 17:15:42 +02:00
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:
committed by
Sönke Holz
parent
cdb52e6550
commit
6dc773ac0f
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user