aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects
diff options
context:
space:
mode:
authorGravatar Darren Tucker <daztucker@users.noreply.github.com>2021-11-29 02:01:17 +1100
committerGravatar GitHub <noreply@github.com>2021-11-28 15:01:17 +0000
commitcc6859d01ceef13e77ac773031230605c7e1f98f (patch)
treedc6043bc89cef9ecc39b371d6397e1d5454d3d51 /projects
parent9b867d4a7f11e762222e7f14bc81df87759e9932 (diff)
Disable zlib version check as it prevents building (#6920)
Diffstat (limited to 'projects')
-rwxr-xr-xprojects/openssh/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/openssh/build.sh b/projects/openssh/build.sh
index 49d13815..e9c0de2e 100755
--- a/projects/openssh/build.sh
+++ b/projects/openssh/build.sh
@@ -25,6 +25,7 @@ sed -i 's|\(usleep.*\)|// \1|' ssh-agent.c
autoreconf
env
env CFLAGS="" ./configure \
+ --without-zlib-version-check \
--with-cflags="-DWITH_XMSS=1" \
--with-cflags-after="$CFLAGS" \
--with-ldflags-after="-g $CFLAGS"