aboutsummaryrefslogtreecommitdiffstats
path: root/community/rpm/autoconf-lua5.3.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/rpm/autoconf-lua5.3.patch')
-rw-r--r--community/rpm/autoconf-lua5.3.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/rpm/autoconf-lua5.3.patch b/community/rpm/autoconf-lua5.3.patch
new file mode 100644
index 00000000000..16817c69adb
--- /dev/null
+++ b/community/rpm/autoconf-lua5.3.patch
@@ -0,0 +1,11 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -746,7 +746,7 @@
+ AM_CONDITIONAL(ACL,[test "$with_acl" = yes])
+
+ PKG_CHECK_MODULES([LUA],
+- [lua >= 5.3],
++ [lua5.3],
+ [],
+ [AC_MSG_ERROR([lua not present or too old)])])
+ AC_SUBST(LUA_CFLAGS)