mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
the default Configure recipe for packages assumes that there is a "configure" script in the source tree directory Go does not have such a script, configure and compile is done with the same script so split the current Compile recipe into both Configure and Compile recipes Signed-off-by: Michael Pratt <mcpratt@pm.me>