boypt / openssh-rpms

A script to backport openssh rpm package from upstream.
287 stars 103 forks source link

How to build ON Kylin Linux Advanced Server V10 (Lance)? #27

Open falent05 opened 3 months ago

falent05 commented 3 months ago

cat /etc/kylin-release

Kylin Linux Advanced Server release V10 (Lance)

ldd --version

ldd (GNU libc) 2.28

hetaoos commented 1 month ago

Insert one line of code at the following position: https://github.com/boypt/openssh-rpms/blob/7d7a3a14886fab630b9016b0dd18420431f6b023/compile.sh#L43-L46

[[ $dist == "ky10" ]] && dist="el7"