moc, gcc, neovim, ffmpeg

This commit is contained in:
2026-02-19 14:04:38 +01:00
parent 1a775ed217
commit 2f35f407c6
17 changed files with 150 additions and 22 deletions

View File

@@ -8,7 +8,7 @@
(dir "openssl-3.6.1")
(blake3 "90c0c093c5f09397f840cce374e4e6f56134727ac0867aaeccb5314aa3196544")))
(build
(perl_configure_make
(configure_flags "linux-x86_64 shared --prefix=/usr --libdir=lib"))
(shell "./Configure linux-x86_64 shared --prefix=/usr --libdir=lib")
(make)
(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")))