Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • B buildroot
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Redmine
    • Redmine
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • netdsa
  • buildroot
  • Repository
Switch branch/tag
  • buildroot
  • package
  • lldpd
  • 0003-configure-remove-check-on-CXX-co...
Find file BlameHistoryPermalink
  • Damien Riegel's avatar
    lldpd: remove check on CXX compiler · 0127c4e8
    Damien Riegel authored Dec 18, 2017
    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's avatarDamien Riegel <damien.riegel@savoirfairelinux.com>
    Reviewed-by: default avatarJulien Floret <julien.floret@6wind.com>
    Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
    
    (cherry picked from commit 18c9cda6e4b94aa9426a1355d05b000f69453c6b)
    Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
    0127c4e8