]> git.ipfire.org Git - thirdparty/kea.git/commit
[5337] Altered boost lib test macro to handle static linking
authorThomas Markwalder <tmark@isc.org>
Mon, 24 Jul 2017 13:10:12 +0000 (09:10 -0400)
committerThomas Markwalder <tmark@isc.org>
Mon, 24 Jul 2017 13:10:12 +0000 (09:10 -0400)
commit31967b5d57e7a1b9d12527848b43cbcbd4d1950e
treeabc998a5b8645dae6bd0f113be52cdf1ef620901
parent137cf5568103972967db7b70039c35c129d94c43
[5337] Altered boost lib test macro to handle static linking

m4macros/ax_boost_for_kea.m4
    Altered the test to add "-static" flag and wrap the compilation
    in a call to libtool as we do in our Makefiles. This should make the
    test yield the same results as when we make.  This is important for
    -static as libtool may use .so if a .a is not available.  On systems
    which glibc .a's are not installed, our Makes with libtool would
    succeed where a call to just g++ will fail.
m4macros/ax_boost_for_kea.m4