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/libnl.shrap Normal file
View File

@@ -0,0 +1,11 @@
(package
(name "libnl")
(version "3.12.0")
(homepage "https://github.com/thom311/libnl")
(dependencies bison flex)
(src (tar
(url "https://github.com/thom311/libnl/releases/download/libnl3_12_0/libnl-3.12.0.tar.gz")
(dir "libnl-3.12.0")
(blake3 "e2905e07eedd9100fb1d3e49625e0d27f9c855cfbc33845bbb65336c8a991ea1")))
(build
(configure_make)))