From: Remi Gacogne Date: Fri, 13 Apr 2018 07:41:07 +0000 (+0200) Subject: auth: Link dnspcap2protobuf against librt when needed X-Git-Tag: auth-4.1.2~10^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a638303e2a8e27db6df40dde7b02fc6670e14fa;p=pdns auth: Link dnspcap2protobuf against librt when needed (cherry picked from commit 4a4fcdcbfb3eaefd231a44ca56d21aa9ec7bb9d5) --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index b570a0ffb..cf473cd62 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -1119,7 +1119,8 @@ dnspcap2protobuf_LDFLAGS = \ dnspcap2protobuf_LDADD = \ $(LIBCRYPTO_LIBS) \ $(PROTOBUF_LIBS) \ - $(BOOST_PROGRAM_OPTIONS_LIBS) + $(BOOST_PROGRAM_OPTIONS_LIBS) \ + $(RT_LIBS) endif endif