[csw-devel] SF.net SVN: gar:[17597] csw/mgar/pkg/powerdns/trunk

wilbury at users.sourceforge.net wilbury at users.sourceforge.net
Tue Apr 3 23:25:28 CEST 2012


Revision: 17597
          http://gar.svn.sourceforge.net/gar/?rev=17597&view=rev
Author:   wilbury
Date:     2012-04-03 21:25:28 +0000 (Tue, 03 Apr 2012)
Log Message:
-----------
powerdns/trunk: Build only stub LUA hooks in pdns recursor.

Modified Paths:
--------------
    csw/mgar/pkg/powerdns/trunk/Makefile

Added Paths:
-----------
    csw/mgar/pkg/powerdns/trunk/files/0006-Build-only-stub-LUA-pdns-recursor-implementation.-Do.patch

Modified: csw/mgar/pkg/powerdns/trunk/Makefile
===================================================================
--- csw/mgar/pkg/powerdns/trunk/Makefile	2012-04-03 21:02:38 UTC (rev 17596)
+++ csw/mgar/pkg/powerdns/trunk/Makefile	2012-04-03 21:25:28 UTC (rev 17597)
@@ -19,6 +19,7 @@
 DISTFILES += cswpdns
 PATCHFILES += 0003-Make-checking-for-LUA-behave-correctly.patch
 PATCHFILES += 0004-Use-sys-isa_defs.h-instead-of-endian.h.patch
+PATCHFILES += 0004-Build-only-stub-LUA-pdns-recursor-implementation.-Do.patch
 PATCHFILES += 0005-Include-correct-sys-ethernet.h.patch
 
 WORKSRC = $(WORKDIR)/$(NAME)-$(VERSION)
@@ -43,7 +44,6 @@
 
 CONFIGURE_ARGS = $(DIRPATHS)
 CONFIGURE_ARGS += --sysconfdir=/etc/$(prefix)/pdns
-CONFIGURE_ARGS += --disable-recursor
 CONFIGURE_ARGS += --with-lua=no
 CONFIGURE_ARGS += --with-boost=/opt/csw/gxx
 CONFIGURE_ARGS += --with-mysql=$(prefix)

Added: csw/mgar/pkg/powerdns/trunk/files/0006-Build-only-stub-LUA-pdns-recursor-implementation.-Do.patch
===================================================================
--- csw/mgar/pkg/powerdns/trunk/files/0006-Build-only-stub-LUA-pdns-recursor-implementation.-Do.patch	                        (rev 0)
+++ csw/mgar/pkg/powerdns/trunk/files/0006-Build-only-stub-LUA-pdns-recursor-implementation.-Do.patch	2012-04-03 21:25:28 UTC (rev 17597)
@@ -0,0 +1,25 @@
+From 0fa2d44583c27e481565a38c8f8c331cb9c858e1 Mon Sep 17 00:00:00 2001
+From: Juraj Lutter <wilbury at opencsw.org>
+Date: Tue, 3 Apr 2012 23:19:42 +0200
+Subject: [PATCH] Build only stub LUA pdns recursor implementation. Do not
+ check for LIBDIR
+
+---
+ pdns/lua-pdns-recursor.cc |    2 +-
+ 1 file changed, 1 insertion(+), 0 deletions(-)
+
+diff --git a/pdns/lua-pdns-recursor.cc b/pdns/lua-pdns-recursor.cc
+index 5e0dd7f..eb6c380 100644
+--- a/pdns/lua-pdns-recursor.cc
++++ b/pdns/lua-pdns-recursor.cc
+@@ -1,6 +1,6 @@
+ #include "lua-pdns-recursor.hh"
+ 
+-#if !defined(PDNS_ENABLE_LUA) && !defined(LIBDIR)
++#if !defined(PDNS_ENABLE_LUA)
+ 
+ // stub implementation
+ 
+-- 
+1.7.9
+

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list