summaryrefslogtreecommitdiffstats
path: root/package/lynx
Commit message (Collapse)AuthorAgeFilesLines
* package/lynx: add dependency on host-pkgconfThomas Petazzoni2018-12-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | The Lynx configure script uses pkg-config when available: checking for nios2-buildroot-linux-gnu-pkg-config... /home/thomas/projets/buildroot/output/host/bin/pkg-config checking pkg-config for openssl... yes [...] checking pkg-config for ncurses... yes Using pkg-config avoids build failures such as: checking for _nc_freeall... no configure: error: Configuration does not support color-styles make: *** [/home/test/autobuild/run/instance-1/output/build/lynx-2.8.9rel.1/.stamp_configured] Error 1 When building with "make lynx", so that pkg-config is not built before. The issue is that in this case, lynx configure script picks up the ncurses6-config script for the host ncurses instead of the one in staging. Using pkg-config solves that nicely. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/lynx: bump version to 2.8.9rel.1Bernd Kuhls2018-08-203-43/+2
| | | | | | | | | | | | Changelog: http://lynx.invisible-island.net/current/CHANGES Removed patch 0001, quoted from Changelog: * when cross-compiling, trim LDFLAGS from makefile rule linking makeuctb, because it is a build tool, which should generally use BUILD_LDFLAGS (patch by Thomas Petazzoni) Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* lynx: add patch to fix static link issueThomas Petazzoni2018-05-131-0/+41
| | | | | | | | | | | | | | | 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>
* lynx: new packageMario Lang2017-12-133-0/+50
Signed-off-by: Mario Lang <mlang@blind.guru> Reviewed-by: Adrian Perez de Castro <aperez@igalia.com> [Thomas: invert ncurses/slang select to avoid a circular dependency, add BR2_USE_MMU dependency inherited from slang.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud