mirror of
https://gitlab.com/prpl-foundation/prplos/prplos.git
synced 2025-12-20 00:56:07 +08:00
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 commitd6e5459319) (cherry picked from commitc4c43c64aa)
This commit is contained in:
committed by
Petr Štetiar
parent
e024c570f1
commit
6ee01d1d52
@@ -28,6 +28,7 @@ define Host/Bootstrap
|
||||
cd $(HOST_BUILD_DIR); \
|
||||
$(AM_TOOL_PATHS) \
|
||||
./bootstrap \
|
||||
--copy \
|
||||
--force \
|
||||
--skip-git \
|
||||
--skip-po \
|
||||
|
||||
Reference in New Issue
Block a user