]> git.ipfire.org Git - thirdparty/kea.git/commit
[3643] Fix problem on Ubuntu and NetBSD Builds
authorStephen Morris <stephen@isc.org>
Mon, 15 Dec 2014 14:45:28 +0000 (14:45 +0000)
committerStephen Morris <stephen@isc.org>
Mon, 15 Dec 2014 14:45:28 +0000 (14:45 +0000)
commit32f06c29c0ab3ce02455c04f23034951162d265f
tree82ec2da69f91cd58c4c5c19acf288c38a7b9046b
parent88f088fa9e35390741987b9083fca02caa71a2df
[3643] Fix problem on Ubuntu and NetBSD Builds

Both Ubuntu and NetBSD builds fail because of what appears to be an error
trying to the use "equal_range" method of one of the classes associated with
the Boost multi-index container. The cause is uncertain - other systems
build successfully, so the problem might no lie here, e.g. it could be in
the compiler.  This fix attempts to side-step the problem by modifying the
affected files so as not to use this method.
src/lib/dhcpsrv/cfg_hosts.cc
src/lib/dhcpsrv/cfg_option.h