Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Apr 2013 22:45:41 +0000 (UTC)
From:      Dag-Erling Smørgrav <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r249454 - head/lib/libldns
Message-ID:  <201304132245.r3DMjfhX021195@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: des
Date: Sat Apr 13 22:45:41 2013
New Revision: 249454
URL: http://svnweb.freebsd.org/changeset/base/249454

Log:
  Include ldns's b{32,64}_{ntop,pton}().

Modified:
  head/lib/libldns/Makefile

Modified: head/lib/libldns/Makefile
==============================================================================
--- head/lib/libldns/Makefile	Sat Apr 13 22:44:48 2013	(r249453)
+++ head/lib/libldns/Makefile	Sat Apr 13 22:45:41 2013	(r249454)
@@ -3,7 +3,7 @@
 # Vendor sources and generated files
 LDNSDIR = ${.CURDIR}/../../contrib/ldns
 
-.PATH: ${LDNSDIR}
+.PATH: ${LDNSDIR} ${LDNSDIR}/compat
 
 LIB = ldns
 INTERNALLIB = true
@@ -40,6 +40,11 @@ SRCS +=	util.c
 SRCS +=	wire2host.c
 SRCS +=	zone.c
 
+SRCS += b32_ntop.c
+SRCS += b32_pton.c
+SRCS += b64_ntop.c
+SRCS += b64_pton.c
+
 WARNS ?= 3
 
 .include <bsd.lib.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304132245.r3DMjfhX021195>