]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
-lrt is needed for clock_gettime on some platforms
authorbert hubert <bert.hubert@netherlabs.nl>
Thu, 26 Feb 2015 19:02:14 +0000 (20:02 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Thu, 26 Feb 2015 19:02:14 +0000 (20:02 +0100)
pdns/Makefile.am

index e8214988c417dcc6efcfb0d706ee0b2d63e226c2..4299d42164bf878d9fb54b164c2618de9379b918 100644 (file)
@@ -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 = \