~ubuntu-branches/debian/sid/rpm/sid

« back to all changes in this revision

Viewing changes to debian/patches/lua-libname.patch

  • Committer: Package Import Robot
  • Author(s): Michal Čihař
  • Date: 2013-06-06 11:39:34 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20130606113934-ela3du14fyba0t6u
Tags: 4.11.0.1-1
* New upstream release.
* Bump standards to 3.9.4.
* Refresh patches, update patch from Fedora.
* Build with Lua 5.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: In Debian, lua library is called lua5.1.
 
1
Description: In Debian, lua library is called lua5.2.
2
2
Author: Michal Čihař <nijel@debian.org>
3
3
Forwarded: http://rpm.org/ticket/88
4
4
--- a/configure.ac
5
5
+++ b/configure.ac
6
 
@@ -705,7 +705,7 @@
 
6
@@ -732,7 +732,7 @@
7
7
 
8
8
 AS_IF([test "$with_lua" != no],[
9
9
   PKG_CHECK_MODULES([LUA],
10
10
-    [lua >= 5.1],
11
 
+    [lua5.1 >= 5.1],
 
11
+    [lua5.2 >= 5.2],
12
12
     [AC_DEFINE(WITH_LUA, 1, [Build with lua support?])],
13
13
     [AC_MSG_ERROR([lua not present (--without-lua to disable)])])
14
14
   AC_SUBST(LUA_CFLAGS)