diff options
author | Tim Schumacher <timschumi@gmx.de> | 2022-06-07 22:40:17 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-06-08 13:23:04 +0100 |
commit | 29c408d9dba5da1747109b17f849661cf5f2af62 (patch) | |
tree | 038a64efe2d2d39b80615513d1a52bc59ce50139 /Ports | |
parent | b51bc1aa4edd780ae30ed7038f65b8c2d8a19113 (diff) | |
download | serenity-29c408d9dba5da1747109b17f849661cf5f2af62.zip |
Ports/gnucobol: Set the correct sysroot
Diffstat (limited to 'Ports')
-rwxr-xr-x | Ports/gnucobol/package.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ports/gnucobol/package.sh b/Ports/gnucobol/package.sh index 0596c094f7..f75f5dfdb4 100755 --- a/Ports/gnucobol/package.sh +++ b/Ports/gnucobol/package.sh @@ -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" |