summaryrefslogtreecommitdiff
path: root/Ports
diff options
context:
space:
mode:
authorGunnar Beutner <gunnar@beutner.name>2021-04-25 07:22:35 +0200
committerAndreas Kling <kling@serenityos.org>2021-04-25 09:28:21 +0200
commitf89c60664c001e72128b0142d972f31cb13590d3 (patch)
tree61e6caada2b20bd64f85dd494626442526cb7205 /Ports
parent898e9492f79a7ad3bd6e53f3891eea214f929837 (diff)
downloadserenity-f89c60664c001e72128b0142d972f31cb13590d3.zip
Ports: Fix building openssh
This fixes a spelling mistake in the timespeccmp() macro and enables debug symbols for OpenSSH to make diagnosing problems easier.
Diffstat (limited to 'Ports')
-rwxr-xr-xPorts/openssh/package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/openssh/package.sh b/Ports/openssh/package.sh
index dcd79fcd92..89b1353d6a 100755
--- a/Ports/openssh/package.sh
+++ b/Ports/openssh/package.sh
@@ -6,7 +6,7 @@ files="https://github.com/openssh/openssh-portable/archive/9ca7e9c861775dd6c6312
auth_type=md5
depends="zlib openssl"
useconfigure=true
-configopts="--prefix=/usr/local --disable-utmp --sysconfdir=/etc/ssh --with-ssl-dir=${SERENITY_INSTALL_ROOT}/usr/local/lib"
+configopts="--prefix=/usr/local --disable-utmp --disable-strip --sysconfdir=/etc/ssh --with-ssl-dir=${SERENITY_INSTALL_ROOT}/usr/local/lib"
pre_configure() {
run autoreconf