From: bert hubert Date: Thu, 26 Feb 2015 19:02:14 +0000 (+0100) Subject: -lrt is needed for clock_gettime on some platforms X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~88^2~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3279b13db90045331b5ce849fc58ad3fce1f4536;p=thirdparty%2Fpdns.git -lrt is needed for clock_gettime on some platforms --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index e8214988c4..4299d42164 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -585,7 +585,7 @@ dnsdist_LDFLAGS = \ $(BOOST_PROGRAM_OPTIONS_LDFLAGS) dnsdist_LDADD = \ - $(POLARSSL_LIBS) -lreadline \ + $(POLARSSL_LIBS) -lreadline -lrt \ $(BOOST_PROGRAM_OPTIONS_LIBS) $(LUA_LIBS) ${libsodium_LIBS} nsec3dig_SOURCES = \