openwrt-packages/libs/libowfat
Sergey V. Lobanov c53b7ba449 libowfat: fix build on macos
libowfat target-build fails on macos due to using system `ar` and
`ranlib` tools not compatible with the objects generated by
OpenWrt GCC toolchain.

This patch specifies CROSS= make flag that is used as a prefix for
`ar` and `ranlib` tools.

This patch also specifies CCC= make flag due to CCC= has invalid
value after specifying CROSS= make flag (CCC=$(CROSS)$(CC))

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2022-01-31 15:06:20 +00:00
..
patches treewide: Run refresh on all packages 2021-02-20 16:02:15 -08:00
Makefile libowfat: fix build on macos 2022-01-31 15:06:20 +00:00