finally skip perl & openssl docs

This commit is contained in:
2026-02-21 18:39:02 +01:00
parent 917ffadc6a
commit 2113e5155b
5 changed files with 52 additions and 4 deletions

View File

@@ -9,6 +9,8 @@
(blake3 "90c0c093c5f09397f840cce374e4e6f56134727ac0867aaeccb5314aa3196544")))
(build
(shell "./Configure linux-x86_64 shared --prefix=/usr --libdir=lib")
(make)
(make
(do_install no))
(shell "make install_sw")
(shell "cp -v /usr/lib/libssl.so.3 /lib/x86_64-linux-gnu/libssl.so.3 || true")
(shell "cp -v /usr/lib/libcrypto.so.3 /lib/x86_64-linux-gnu/libcrypto.so.3 || true")))