Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: openwrt/openwrt#15825 Signed-off-by: Matthias Schiffer <[email protected]>
- Loading branch information