wget: fix build against uclibc snapshot
authorBaruch Siach <baruch@tkos.co.il>
Mon, 3 Mar 2014 09:06:50 +0000 (11:06 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 3 Mar 2014 20:25:13 +0000 (21:25 +0100)
commit84bf8f04c68074e7a3acee4018f2ddd63733b52e
tree763801cbf59b193d7c43dc7c0921a14893c0976d
parentee56c351b7ccc91f7a289372b3144e9f99c2a545
wget: fix build against uclibc snapshot

Same fix as a728e2fe3 (coreutils: fix build against uclibc snapshot).

uClibc development version adds support for POSIX spawn routines. However,
unlike glibc these routines are in librt. This breaks gnulib autoconf
detection. Teach gnulib autoconf to look for POSIX spawn in librt.

Fixes:
http://autobuild.buildroot.net/results/bc20297dad0f0e9b7fa79fe835b9754fbce6dfdf/

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/wget/wget-0001-spawn-fix-link-error-on-uclibc.patch [new file with mode: 0644]
package/wget/wget.mk