From: Remi Gacogne Date: Fri, 13 Apr 2018 07:41:07 +0000 (+0200) Subject: auth: Link dnspcap2protobuf against librt when needed X-Git-Tag: dnsdist-1.3.1~154^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6487%2Fhead;p=thirdparty%2Fpdns.git auth: Link dnspcap2protobuf against librt when needed --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 97f47901b9..b447c9be9a 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -1179,7 +1179,8 @@ dnspcap2protobuf_LDFLAGS = \ dnspcap2protobuf_LDADD = \ $(LIBCRYPTO_LIBS) \ $(PROTOBUF_LIBS) \ - $(BOOST_PROGRAM_OPTIONS_LIBS) + $(BOOST_PROGRAM_OPTIONS_LIBS) \ + $(RT_LIBS) endif endif