Repository: mesos Updated Branches: refs/heads/master cb85ceba1 -> 799e2f9e8
Updated libnl configure check to reflect correct requirements. The current codebase require version >= 3.2.26 due to https://reviews.apache.org/r/31503. Libnl-3.2.26 was released on 3/30/2015. Review: https://reviews.apache.org/r/35762 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/799e2f9e Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/799e2f9e Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/799e2f9e Branch: refs/heads/master Commit: 799e2f9e8231279411a0e6dd19110772723a3da0 Parents: cb85ceb Author: Kapil Arya <[email protected]> Authored: Mon Jun 22 20:55:50 2015 -0700 Committer: Jie Yu <[email protected]> Committed: Mon Jun 22 20:55:50 2015 -0700 ---------------------------------------------------------------------- configure.ac | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/799e2f9e/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index 563e9c5..d849b2b 100644 --- a/configure.ac +++ b/configure.ac @@ -836,7 +836,7 @@ Network isolator is only supported on Linux! ------------------------------------------------------------------- We need libnl-3 for building network isolator! -Please install libnl3 (version 3.2.24 or higher): +Please install libnl3 (version 3.2.26 or higher): http://www.infradead.org/~tgr/libnl/ ------------------------------------------------------------------- ])]) @@ -847,18 +847,18 @@ http://www.infradead.org/~tgr/libnl/ ------------------------------------------------------------------- We need libnl-3 headers for building network isolator! -Please install libnl3 (version 3.2.24 or higher): +Please install libnl3 (version 3.2.26 or higher): http://www.infradead.org/~tgr/libnl/ ------------------------------------------------------------------- ])]) # Check for libnl-route (both headers and libraries). - AC_CHECK_LIB([nl-route-3], [rtnl_link_veth_add], [], + AC_CHECK_LIB([nl-route-3], [rtnl_u32_get_classid], [], [AC_MSG_ERROR([cannot find libnl-route-3 ------------------------------------------------------------------- We need libnl-route-3 for building network isolator! -Please install libnl3 (version 3.2.24 or higher): +Please install libnl3 (version 3.2.26 or higher): http://www.infradead.org/~tgr/libnl/ ------------------------------------------------------------------- ])]) @@ -869,7 +869,7 @@ http://www.infradead.org/~tgr/libnl/ ------------------------------------------------------------------- We need libnl-route-3 headers for building network isolator! -Please install libnl3 (version 3.2.24 or higher): +Please install libnl3 (version 3.2.26 or higher): http://www.infradead.org/~tgr/libnl/ ------------------------------------------------------------------- ])]) @@ -880,7 +880,7 @@ http://www.infradead.org/~tgr/libnl/ ------------------------------------------------------------------- We need libnl-idiag-3 for building network isolator! -Please install libnl3 (version 3.2.24 or higher): +Please install libnl3 (version 3.2.26 or higher): http://www.infradead.org/~tgr/libnl/ ------------------------------------------------------------------- ])])
