]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
iproute2: fix static build with uClibc
authorBaruch Siach <baruch@tkos.co.il>
Thu, 28 Sep 2017 18:16:40 +0000 (21:16 +0300)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 28 Sep 2017 20:53:40 +0000 (22:53 +0200)
commitf6fb2c386f2e98b32cd4ddcd4d8ff88673b7126a
treefa79f8027daaaae1afd335db2a190e419d3fb44f
parent647490012a64c7b497e129bc8db48d25e19a630e
iproute2: fix static build with uClibc

Version 4.13 added a local definition of strlcpy(). This clashes with
the uClibc provided one when linking statically. Add a patch that
detects libc provided strlcpy(), and avoids the multiple definition.

Fixes:
http://autobuild.buildroot.net/results/f34/f34684dcdb47938a3da8b00c8b29000cc23b4e3d/
http://autobuild.buildroot.net/results/a01/a01c5775945f5ffe75451722b676fc93333a0f14/
http://autobuild.buildroot.net/results/0ee/0eeab1a0ca943f9a035a0d458ddf9cc210bc87f4/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/iproute2/0003-lib-fix-multiple-strlcpy-definition.patch [new file with mode: 0644]