package/x11r7/xlib_libX11: don't require static libc on host
authorAdam Duskett <Aduskett@gmail.com>
Mon, 1 Jul 2019 19:48:00 +0000 (15:48 -0400)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Wed, 3 Jul 2019 22:20:47 +0000 (00:20 +0200)
commit3716a2d418e25ad3a5d37d2a419b126fdb3d380d
treef53ee6dc342767e01457f4c8f56b50aa05a2f5d0
parentcac24b8bf66f43fb161426a3420d16ad58be8999
package/x11r7/xlib_libX11: don't require static libc on host

As per: https://gitlab.freedesktop.org/xorg/lib/libx11/commit/4645e219133458781e3fb48eaea6a74cccb1b9aa

"For Windows targets, libtool uses a wrapper executable, not a wrapper
script (see [1]), which it compiles with the host compiler.  This
doesn't work when cross-compiling."

Because of this change, builds fail on Linux hosts without a static
libc. This patch reverts this change as we are guaranteed to build in a
Linux environment.

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

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/x11r7/xlib_libX11/0002-remove-reliance-on-static-libc.patch [new file with mode: 0644]
package/x11r7/xlib_libX11/xlib_libX11.mk