libopen62541: preserve symlinks on install
authorJordan Ngako <redacted>
Thu, 25 Dec 2025 19:04:47 +0000 (20:04 +0100)
committerJosef Schlehofer <redacted>
Mon, 29 Dec 2025 22:15:25 +0000 (23:15 +0100)
commit1c1af85fc501a29ffd3295ad6a9ccc33b78ebf4e
tree19a4374324a384fc981c082e67420b87b065b700
parentda6544f12ae14629db51b7b09ce54bedca661dea
libopen62541: preserve symlinks on install

$(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 <redacted>
libs/libopen62541/Makefile
git clone https://git.99rst.org/PROJECT