]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
support clock_gettime for platforms that require -lrt 3892/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 23 May 2016 15:40:23 +0000 (17:40 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 23 May 2016 15:40:23 +0000 (17:40 +0200)
pdns/recursordist/Makefile.am

index e58336a00b9c3e4a63c390781a0095ad5716532a..2fb6564dea994a1da0165e34b49793c15aac18eb 100644 (file)
@@ -139,7 +139,8 @@ pdns_recursor_LDADD = \
        $(JSON11_LIBS) \
        $(OPENSSL_LIBS) \
        $(BOOST_CONTEXT_LIBS) \
-       $(SYSTEMD_LIBS)
+       $(SYSTEMD_LIBS) \
+       $(RT_LIBS)
 
 pdns_recursor_LDFLAGS = $(AM_LDFLAGS) \
        $(OPENSSL_LDFLAGS)