From 7e7775ad670c99b2823d812c782f6ff258e79b9b Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 26 Feb 2022 23:52:03 +0000 Subject: replaced glibc with musl --- repo/util/openssh.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/util/openssh.xibuild') diff --git a/repo/util/openssh.xibuild b/repo/util/openssh.xibuild index 3b03a6f..a9bc017 100644 --- a/repo/util/openssh.xibuild +++ b/repo/util/openssh.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make " -DEPS="glibc krb5 libressl libedit ldns libxcrypt zlib pam" +DEPS="musl krb5 libressl libedit ldns libxcrypt zlib pam" PKG_VER=8.8p1 SOURCE=https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-$PKG_VER.tar.gz -- cgit v1.2.1