summaryrefslogtreecommitdiff
path: root/Ports
diff options
context:
space:
mode:
authorTim Schumacher <timschumi@gmx.de>2022-06-07 22:40:17 +0200
committerLinus Groh <mail@linusgroh.de>2022-06-08 13:23:04 +0100
commit29c408d9dba5da1747109b17f849661cf5f2af62 (patch)
tree038a64efe2d2d39b80615513d1a52bc59ce50139 /Ports
parentb51bc1aa4edd780ae30ed7038f65b8c2d8a19113 (diff)
downloadserenity-29c408d9dba5da1747109b17f849661cf5f2af62.zip
Ports/gnucobol: Set the correct sysroot
Diffstat (limited to 'Ports')
-rwxr-xr-xPorts/gnucobol/package.sh1
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"