Skip to content
Snippets Groups Projects
Unverified Commit d6e54593 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

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: default avatarMatthias Schiffer <mschiffer@universe-factory.net>
parent c364cb8e
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ define Host/Bootstrap
cd $(HOST_BUILD_DIR); \
$(AM_TOOL_PATHS) \
./bootstrap \
--copy \
--force \
--skip-git \
--skip-po \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment