From: Kees Monshouwer Date: Mon, 19 Jan 2015 08:42:34 +0000 (+0100) Subject: Lua 5.3 in recursor testbuild spec X-Git-Tag: rec-3.7.0-rc1~11^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=59c6fc3e3931ca87d484337daee512e716bc4cf4;p=thirdparty%2Fpdns.git Lua 5.3 in recursor testbuild spec --- diff --git a/build-scripts/redhat/pdns-recursor-test.spec b/build-scripts/redhat/pdns-recursor-test.spec index 7db9ee313b..ef8b692ceb 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