mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
8a9b1e95fd
Commit537c2a631("treewide: avoid deref symlinks when installing .so") intended to avoid duplicating .so* files, but this package actually relies on install dereferencing the file that matches the SONAME version, to avoid installing unnecessary symlinks. Fixes: https://github.com/openwrt/packages/issues/29387 Fixes:537c2a631("treewide: avoid deref symlinks when installing .so") Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>