]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - pkgs/pdns/patches/pdns-fix-lua-detection.patch
Change file layout of the makefiles.
[people/ms/ipfire-3.x.git] / pkgs / pdns / patches / pdns-fix-lua-detection.patch
1 diff -up pdns-3.0-rc3/configure.orig pdns-3.0-rc3/configure
2 --- pdns-3.0-rc3/configure.orig 2011-07-20 14:09:39.960000514 +0200
3 +++ pdns-3.0-rc3/configure 2011-07-20 14:09:46.288007162 +0200
4 @@ -16494,7 +16494,7 @@ $as_echo_n "checking if with lua... " >&
5
6 # Check whether --with-lua was given.
7 if test "${with_lua+set}" = set; then :
8 - withval=$with_lua; WITH_LUA=$withval]
9 + withval=$with_lua; WITH_LUA=$withval
10 else
11 WITH_LUA=yes
12 fi