speed up cmake, rustc, openvpn

This commit is contained in:
2026-02-20 12:45:31 +01:00
parent 38c3ec542b
commit 9f9c5b7c9c
22 changed files with 156 additions and 46 deletions

11
packages/lzo.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "lzo")
(version "2.10")
(homepage "https://www.oberhumer.com/opensource/lzo/")
(dependencies make)
(src (tar
(url "https://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz")
(dir "lzo-2.10")
(blake3 "3e1c1d7b5858ca4415510a80ad48566b44f5d393714f847ea3652c8805a5abca")))
(build
(configure_make)))