mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 23:12:02 +08:00
1c1af85fc5
$(INSTALL_BIN) follows symlinks, causing the .so to be copied multiple times. Use $(CP) instead to preserve symlinks and cut package size by ~2/3. OpenWrt libraries don’t need to be executable, so $(INSTALL_BIN) isn’t required. Signed-off-by: Jordan Ngako <jordanfalken@gmx.de>