0
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-22 00:20:51 +00:00
openwrt/tools/libtool
Matthias Schiffer d6e5459319
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>
2024-08-29 20:04:02 +02:00
..
files autotools.mk: implement PKG_FIXUP:=patch-libtool This change allows to apply OpenWrt, Buildroot and OE libtool fixes to packages which fail badly at autoreconf. The fixup covers the common libtool versions 1.5, 2.2 and 2.4 and automatically determines the correct version to use. 2011-08-01 00:22:53 +00:00
patches tools/libtool: bump to 2.4.7 2023-03-13 22:53:41 +01:00
Makefile tools: libtool: do not symlink files in bootstrap 2024-08-29 20:04:02 +02:00