[Zrouter-src] ZRouter.org: push to ZRouter target/usr.bin/lua/luadns/Makefile

zrouter-src at zrouter.org zrouter-src at zrouter.org
Wed Sep 19 21:39:11 UTC 2012


details:   http://zrouter.org/hg/zrouter//rev/6fd9c97c2c66
changeset: 429:6fd9c97c2c66
user:      Aleksandr Rybalko <ray at ddteam.net>
date:      Thu Sep 20 00:30:49 2012 +0300
description:
Add luadns.

diffstat:

 target/usr.bin/lua/luadns/Makefile |  28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diffs (32 lines):

diff -r 3dd16388bd10 -r 6fd9c97c2c66 target/usr.bin/lua/luadns/Makefile
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/target/usr.bin/lua/luadns/Makefile	Thu Sep 20 00:30:49 2012 +0300
@@ -0,0 +1,28 @@
+CDIR=${.CURDIR}/../../../../contrib/spcdns/src
+.PATH: ${CDIR}
+
+LUA_VERSION_NUM= 500
+
+NAME=		dns
+SHLIB_NAME?=	dns.so
+LIBDIR?= 	/usr/lib/lua
+SRCS+= 			\
+	codec.c		\
+	luadns.c	\
+	mappings.c	\
+	netsimple.c	\
+	test.c
+CFLAGS+=	-I. -I${CDIR} -I${.CURDIR}/../lua/
+CFLAGS+=	-DNDEBUG
+NO_MAN=
+
+.include <bsd.lib.mk>
+
+
+
+
+#LDADD+=		-lm
+#DPADD+=		${LIBM}
+
+#ZROUTER_OBJDIR=	${.OBJDIR:C/target\/sbin\/dig//}
+


More information about the Zrouter-src mailing list