[Midnightbsd-cvs] src [10437] trunk/lib/libldns: add libldns
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Jun 5 18:58:49 EDT 2018
Revision: 10437
http://svnweb.midnightbsd.org/src/?rev=10437
Author: laffer1
Date: 2018-06-05 18:58:48 -0400 (Tue, 05 Jun 2018)
Log Message:
-----------
add libldns
Added Paths:
-----------
trunk/lib/libldns/
trunk/lib/libldns/Makefile
Added: trunk/lib/libldns/Makefile
===================================================================
--- trunk/lib/libldns/Makefile (rev 0)
+++ trunk/lib/libldns/Makefile 2018-06-05 22:58:48 UTC (rev 10437)
@@ -0,0 +1,27 @@
+# $MidnightBSD$
+# $FreeBSD: stable/10/lib/libldns/Makefile 313620 2017-02-11 06:56:38Z ngie $
+
+# Vendor sources and generated files
+LDNSDIR = ${SRCTOP}/contrib/ldns
+
+.PATH: ${LDNSDIR} ${LDNSDIR}/compat
+
+LIB= ldns
+PRIVATELIB= true
+
+CFLAGS+= -I${LDNSDIR}
+
+SRCS= buffer.c dane.c dname.c dnssec.c dnssec_sign.c dnssec_verify.c \
+ dnssec_zone.c duration.c error.c higher.c host2str.c host2wire.c \
+ keys.c net.c packet.c parse.c radix.c rbtree.c rdata.c resolver.c \
+ rr.c rr_functions.c sha1.c sha2.c str2host.c tsig.c update.c util.c \
+ wire2host.c zone.c
+
+SRCS+= b64_ntop.c b64_pton.c
+
+DPADD+= ${LIBCRYPTO}
+LDADD+= -lcrypto
+
+WARNS ?= 3
+
+.include <bsd.lib.mk>
Property changes on: trunk/lib/libldns/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list