Commit graph build-cran-binaries/local/patches/fs/force-vendored-libuv.patch
Author SHA1 Message Date
c7825c0652
fix(patches): force fs to build vendored static libuv
fs 2.x configure links system libuv whenever pkg-config finds libuv-devel
(installed as a build-time sysreq), producing an fs.so with NEEDED libuv.so.1.
That binary fails to dyn.load on consumer machines lacking runtime libuv,
because install.packages/renv do not install SystemRequirements. Add a
configure patch that short-circuits to the bundled static libuv build (cmake)
so the fs binary is self-contained on every platform.
2026-07-07 18:10:15 +00:00