summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/zig-do-not-link-against-librt.patch
AgeCommit message (Collapse)Author
19 hoursgnu: zig: Remove unneeded librt patch.Josselin Poiret
* gnu/packages/patches/zig-do-not-link-against-librt.patch: Delete patch. * gnu/local.mk (dist_patch_DATA): Unregister. * gnu/packages/zig.scm (zig-0.9, zig-0.10): Remove patch. Change-Id: Ifc6c811671827aeb8ae4c191020ef724847abebe
2023-04-22gnu: zig: Fix build.Josselin Poiret
* gnu/packages/patches/zig-do-not-link-against-librt.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/zig.scm (zig-0.10): Use it. Also force LLVM to be dynamically linked, and set up the CC env variable. (zig-0.9): Also use the above patch. Signed-off-by: Andreas Enge <andreas@enge.fr>