Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build on xenial #863

Merged
merged 1 commit into from
Oct 14, 2019
Merged

Fix build on xenial #863

merged 1 commit into from
Oct 14, 2019

Commits on Oct 11, 2019

  1. Fix build on xenial

    - xenial's cmake version (3.5.1) builds everything fine and test suite
      passes, so lower the minimum to that.
    
    - add a hack for xenial's kernel header & glibc version breaking if both
      net/if.h and linux/if.h get included.  The only thing we actually need
      from net/if.h that linux/if.h doesn't have is `if_nametoindex`, so
      just hack that definition in for xenial's specific glibc/kernel header
      versions.
    jagerman committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    281fbff View commit details
    Browse the repository at this point in the history