diff options
author | Damien Riegel <damien.riegel@savoirfairelinux.com> | 2017-12-18 16:19:35 -0500 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-12-19 11:01:30 +0100 |
commit | 18c9cda6e4b94aa9426a1355d05b000f69453c6b (patch) | |
tree | 18f8bff982bc0fb67f779a4a2a3cd62d350edf40 /package/json-c | |
parent | 95d19955dddfb6c446a4eb9cce5813fe838f0b65 (diff) | |
download | buildroot-18c9cda6e4b94aa9426a1355d05b000f69453c6b.tar.gz buildroot-18c9cda6e4b94aa9426a1355d05b000f69453c6b.zip |
lldpd: remove check on CXX compiler
lldpd currently depends on a C++ compiler to configure properly, but
the package doesn't select that option, so builds fail if
BR2_TOOLCHAIN_BUILDROOT_CXX is not selected with following errors:
checking how to run the C++ preprocessor... /lib/cpp
configure: error: in `/home/dkc/src/buildroot/build-zii/build/lldpd-0.9.4':
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
This package actually builds fine without C++, so drop this check in
configure.ac. Attached patch has already been accepted upstream [1].
[1] https://github.com/vincentbernat/lldpd/pull/261
[Peter: adjust autoreconf comment]
Signed-off-by: Damien Riegel <damien.riegel@savoirfairelinux.com>
Reviewed-by: Julien Floret <julien.floret@6wind.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/json-c')
0 files changed, 0 insertions, 0 deletions