mirror of
https://github.com/openwrt/packages.git
synced 2026-02-04 12:06:29 +08:00
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 <george@sapk.in> Signed-off-by: Jeronimo Pellegrini <j_p@aleph0.info>