Ports/gnucobol: Set the correct sysroot

This commit is contained in:
Tim Schumacher 2022-06-07 22:40:17 +02:00 committed by Linus Groh
parent b51bc1aa4e
commit 29c408d9db
Notes: sideshowbarker 2024-07-17 10:22:44 +09:00

View file

@ -11,6 +11,7 @@ https://ftpmirror.gnu.org/gnu/gnu-keyring.gpg gnu-keyring.gpg"
auth_type="sig"
auth_opts=("--keyring" "./gnu-keyring.gpg" "gnucobol-${version}.tar.bz2.sig")
configopts=(
"--with-sysroot=${SERENITY_INSTALL_ROOT}"
"--prefix=/usr/local"
"--enable-hardening"
"--disable-rpath"