chicken-scheme: bump to 5.4.0
authorJeronimo Pellegrini <redacted>
Wed, 19 Nov 2025 16:23:02 +0000 (13:23 -0300)
committerGeorge Sapkin <redacted>
Mon, 22 Dec 2025 12:56:48 +0000 (14:56 +0200)
commit8dfc56affb6ba59c51dd92fa63fa892070cf0361
treef926855ade9bcfcae12e567688e02124a97f9b81
parent5b4e4bf3c5e926532d976b3655974911ee0632db
chicken-scheme: bump to 5.4.0

A patch is included in order to get the compiler (csc) to work properly
on the target device (comment in the OpenWRT package Makefile). csc,
chicken-install, chicken-status have been verified to work. What the
patch does is to remove -fmacro-prefix-map and -ldl in the strings that
are passed to gcc when the Scheme compiler runs. Without that, the
compiler will not run on the router. A longer description is in the
patch header.

Co-authored-by: George Sapkin <redacted>
Signed-off-by: Jeronimo Pellegrini <redacted>
lang/chicken-scheme/Makefile
lang/chicken-scheme/patches/001-fix-flags-passed-from-csc-to-gcc.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT