diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-12-03 15:51:52 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-12-06 21:57:11 +0100 |
commit | 67ee7f9eb1bce1542e0a8845d492635151dce36e (patch) | |
tree | add4c9238469581b5c14ea5d7f20685a3cddfcc7 /support/testing/tests/package/test_perl_libwww_perl.py | |
parent | 524fb10bbe2038ea7ca45493193073d31732d1de (diff) | |
download | buildroot-67ee7f9eb1bce1542e0a8845d492635151dce36e.tar.gz buildroot-67ee7f9eb1bce1542e0a8845d492635151dce36e.zip |
package/lynx: add dependency on host-pkgconf
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>
Diffstat (limited to 'support/testing/tests/package/test_perl_libwww_perl.py')
0 files changed, 0 insertions, 0 deletions