Ports/gnucobol: Set the correct sysroot
This commit is contained in:
parent
b51bc1aa4e
commit
29c408d9db
Notes:
sideshowbarker
2024-07-17 10:22:44 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/29c408d9db Pull-request: https://github.com/SerenityOS/serenity/pull/14220 Reviewed-by: https://github.com/BertalanD Reviewed-by: https://github.com/EWouters Reviewed-by: https://github.com/linusg
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue