]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
lynx: add patch to fix static link issue
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 7 May 2018 20:06:17 +0000 (22:06 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 13 May 2018 20:27:52 +0000 (22:27 +0200)
commit9113c0cbbaa9da796fef744700425eeff34f77b3
tree763357f031f57003535b12a12cf027df79e47143
parentcc39457fb9e1f569ca4958374046d5d99fcc50cf
lynx: add patch to fix static link issue

The lynx package incorrectly uses target LDFLAGS to build a host tool,
which causes a problem when we do a statically link build for the
target, on a host machine that doesn't support static linking.

A simple patch fixes the problematic makefile, and it has been
submitted upstream on the project mailing list.

Fixes:

  http://autobuild.buildroot.net/results/38ba2531eeeb4a7985eddd2df8bfaf0b56e6a687/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/lynx/0001-src-chrtrans-don-t-build-host-tools-with-target-LDFL.patch [new file with mode: 0644]