From 63c7393f29c7963e831dc3e39d2c02216168d7b5 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Mon, 19 Jan 2015 09:42:34 +0100 Subject: [PATCH] Lua 5.3 in recursor testbuild spec --- build-scripts/redhat/pdns-recursor-test.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-scripts/redhat/pdns-recursor-test.spec b/build-scripts/redhat/pdns-recursor-test.spec index 7db9ee313..ef8b692ce 100644 --- a/build-scripts/redhat/pdns-recursor-test.spec +++ b/build-scripts/redhat/pdns-recursor-test.spec @@ -12,7 +12,7 @@ License: GPL Source: http://downloads.powerdns.com/releases/%{name}-#VERSION#.tar.bz2 BuildRequires: boost-devel >= 1.39.0 -BuildRequires: lua-devel >= 5.2 +BuildRequires: lua-devel >= 5.3 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -25,7 +25,7 @@ PowerDNS recursor %build %configure -LUA=1 LUA_LIBS_CONFIG=-llua-5.2 %{__make} +LUA=1 LUA_LIBS_CONFIG=-llua-5.3 %{__make} %install [ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT -- 2.40.0