summaryrefslogtreecommitdiffstats
path: root/package/busybox/1.21.1/0003-networking-libiproute-use-linux-if_packet.h-instead-.patch
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-10-08 20:17:06 +0200
committerPeter Korsgaard <peter@korsgaard.com>2013-10-09 15:15:06 +0200
commit186a99b1c6562da724a5500190835c709d152df4 (patch)
tree823fec48f97e7da2b539a8f3491ac95f20a0fd90 /package/busybox/1.21.1/0003-networking-libiproute-use-linux-if_packet.h-instead-.patch
parent36ef1b4494f669d9c6f8507fb912f83f46a2d63d (diff)
downloadbuildroot-186a99b1c6562da724a5500190835c709d152df4.tar.gz
buildroot-186a99b1c6562da724a5500190835c709d152df4.zip
toolchain: modify the wildcard logic for shared libraries copying
Until now, the copy_toolchain_lib_root function took as argument the base name of a library (e.g: libm.so), and was assuming that the usual scheme libm.so.<x> being a symbolic link to the real library was used. However, with musl based toolchains, the C library is named libc.so directly, with no symbolic link at all. Therefore, this commit changes the copy_toolchain_lib_root to move the responsibility of using a wildcard or not after the library name the caller's responsibility. So, all the existing LIB_EXTERNAL_LIBS values are modified to have a .* at the end, so that the behavior is effectively unchanged. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/busybox/1.21.1/0003-networking-libiproute-use-linux-if_packet.h-instead-.patch')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud