]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Added BOOST_LIBS to list of libraries
authorThomas Markwalder <tmark@isc.org>
Thu, 28 Sep 2017 12:56:19 +0000 (08:56 -0400)
committerThomas Markwalder <tmark@isc.org>
Thu, 28 Sep 2017 12:56:19 +0000 (08:56 -0400)
Apparently we have dependency on BOOST, likely through
/cc/data.h which uses IOAddress ....

src/lib/hooks/Makefile.am

index 50ba43d4538ab5a53be44a4b10b78ed604d35a34..b2daa2b63bed22414c7acbe69c8c0206ec01960e 100644 (file)
@@ -56,6 +56,7 @@ libkea_hooks_la_LIBADD += $(top_builddir)/src/lib/util/threads/libkea-threads.la
 libkea_hooks_la_LIBADD += $(top_builddir)/src/lib/util/libkea-util.la
 libkea_hooks_la_LIBADD += $(top_builddir)/src/lib/cc/libkea-cc.la
 libkea_hooks_la_LIBADD += $(top_builddir)/src/lib/exceptions/libkea-exceptions.la
+libkea_hooks_la_LIBADD += $(BOOST_LIBS)
 libkea_hooks_la_LIBADD += $(LOG4CPLUS_LIBS)
 
 # Specify the headers for copying into the installation directory tree. User-