diff options
author | Gunnar Beutner <gunnar@beutner.name> | 2021-04-25 07:22:35 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-04-25 09:28:21 +0200 |
commit | f89c60664c001e72128b0142d972f31cb13590d3 (patch) | |
tree | 61e6caada2b20bd64f85dd494626442526cb7205 /Ports | |
parent | 898e9492f79a7ad3bd6e53f3891eea214f929837 (diff) | |
download | serenity-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-x | Ports/openssh/package.sh | 2 |
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 |