treewide: avoid deref symlinks when installing .so
authorYousong Zhou <yszhou4tech@gmail.com>
Thu, 20 Jun 2019 13:25:59 +0000 (13:25 +0000)
committerYousong Zhou <yszhou4tech@gmail.com>
Fri, 21 Jun 2019 01:52:32 +0000 (09:52 +0800)
commit9ac5ac81ab2241b7c13c01e8801e0e7d95ebb4eb
tree8e917b35332bcae8517d6291258d80f0d44d4b46
parent274b111782c1d7650ae244a16e141e39d339af32
treewide: avoid deref symlinks when installing .so

This change is inspired by commit openwrt/openwrt@38b22b1e ("nghttp2:
deduplicate files in libnghttp2")

The packages in this commit are identified with the following command

grep -rin -E 'INSTALL_(DATA|BIN)' | grep -F '.so' | grep -F '*'

Some of them do not have symlinks and are not affected, but the change
is still applied for consideration of best practices just in case

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
16 files changed:
libs/libfstrm/Makefile
libs/libnetconf2/Makefile
libs/libre2/Makefile
libs/libtins/Makefile
libs/libuhttpd/Makefile
multimedia/crtmpserver/Makefile
net/gnunet-secushare/Makefile
net/gnunet/Makefile
net/lora-gateway-hal/Makefile
net/pagekitec/Makefile
net/prosody/Makefile
sound/mocp/Makefile
utils/i2c-tools/Makefile
utils/lvm2/Makefile
utils/oath-toolkit/Makefile
utils/procps-ng/Makefile