tools: libtool: do not symlink files in bootstrap
authorMatthias Schiffer <mschiffer@universe-factory.net>
Thu, 29 Aug 2024 18:04:02 +0000 (20:04 +0200)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Thu, 29 Aug 2024 18:06:03 +0000 (20:06 +0200)
commitc4c43c64aa6c5ba44322ddefa106b9e707b64781
treec38d68aa33ac1538378e367690934172cd4db9e3
parentd811a09524118451d14a0ae8abce21fc123a3bf0
tools: libtool: do not symlink files in bootstrap

Another instance of files in build_dir symlinking to staging_dir. While
the symlinks do not currently cause any bugs in the libtool package,
such symlinks were found to make the build more fragile, as writing to
the symlink may accidentally modify the shared file in staging_dir. Pass
--copy to bootstrap to disable the symlinking.

Link: https://github.com/openwrt/openwrt/pull/15825
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
(cherry picked from commit d6e54593198851235906c6ab77c20c6209ab19f5)
tools/libtool/Makefile