https://github.com/isc-projects/kea/pull/143

Index: src/lib/asiolink/tcp_endpoint.h
--- src/lib/asiolink/tcp_endpoint.h.orig
+++ src/lib/asiolink/tcp_endpoint.h
@@ -42,7 +42,7 @@ class TCPEndpoint : public IOEndpoint { (public)
     /// \param port The TCP port number of the endpoint.
     TCPEndpoint(const IOAddress& address, const unsigned short port) :
         asio_endpoint_placeholder_(
-            new boost::asio::ip::tcp::endpoint(boost::asio::ip::address::from_string(address.toText()),
+            new boost::asio::ip::tcp::endpoint(boost::asio::ip::make_address(address.toText()),
                               port)),
         asio_endpoint_(*asio_endpoint_placeholder_)
     {}
