From: bert hubert Date: Wed, 18 Jan 2017 17:18:00 +0000 (+0100) Subject: link in iputils.o in places that need it now for truncation of netmask X-Git-Tag: rec-4.0.5-rc2^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1edbdce135e9834f78c1699a6ef2f593564b3cb6;p=thirdparty%2Fpdns.git link in iputils.o in places that need it now for truncation of netmask (cherry picked from commit 4ba0ebc5fe17ea9263ade38d4e76b63072397296) --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 6231b932f8..175a37a222 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -444,7 +444,7 @@ sdig_SOURCES = \ dnsparser.cc dnsparser.hh \ dnsrecords.cc \ dnswriter.cc dnswriter.hh \ - ednssubnet.cc \ + ednssubnet.cc iputils.cc \ logger.cc \ misc.cc misc.hh \ nsecrecords.cc \ @@ -674,6 +674,7 @@ toysdig_SOURCES = \ ednssubnet.cc ednssubnet.hh \ filterpo.hh \ gss_context.cc gss_context.hh \ + iputils.cc \ logger.cc \ misc.cc misc.hh \ nsecrecords.cc \ @@ -884,6 +885,7 @@ dnsreplay_SOURCES = \ dnswriter.cc dnswriter.hh \ ednssubnet.cc ednssubnet.hh \ ednsoptions.cc ednsoptions.hh \ + iputils.cc \ logger.cc \ misc.cc \ nsecrecords.cc \