Gentoo Archives: gentoo-commits

From: "Sven Wegener (swegener)" <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/pdns/files: pdns-3.0-lua-config.patch
Date: Sat, 30 Jul 2011 09:59:28
Message-Id: 20110730095911.39E892004B@flycatcher.gentoo.org
1 swegener 11/07/30 09:59:11
2
3 Added: pdns-3.0-lua-config.patch
4 Log:
5 Require newer boost and completely disable lua support for now.
6
7 (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 net-dns/pdns/files/pdns-3.0-lua-config.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/files/pdns-3.0-lua-config.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/files/pdns-3.0-lua-config.patch?rev=1.1&content-type=text/plain
14
15 Index: pdns-3.0-lua-config.patch
16 ===================================================================
17 Index: configure.ac
18 ===================================================================
19 --- configure.ac (revision 2250)
20 +++ configure.ac (working copy)
21 @@ -26,7 +26,7 @@
22
23 dnl Check for lua
24 AC_MSG_CHECKING(if with lua)
25 -AC_ARG_WITH(lua, AC_HELP_STRING([--with-lua],[lua]), WITH_LUA=$withval],[WITH_LUA=yes])
26 +AC_ARG_WITH(lua, AC_HELP_STRING([--with-lua],[lua]), [WITH_LUA=$withval],[WITH_LUA=yes])
27
28 AC_MSG_RESULT($WITH_LUA)
29 if test "$WITH_LUA" != "no"; then
30 Index: pdns/lua-pdns-recursor.cc
31 ===================================================================
32 --- pdns/lua-pdns-recursor.cc (revision 2250)
33 +++ pdns/lua-pdns-recursor.cc (working copy)
34 @@ -1,6 +1,6 @@
35 #include "lua-pdns-recursor.hh"
36
37 -#if !defined(PDNS_ENABLE_LUA) && !defined(LIBDIR)
38 +#if !defined(HAVE_LUA) || !defined(LIBDIR)
39
40 // stub implementation