SOURCES: rpm-lua.patch (NEW) - lua51 is the library name in pld

glen glen at pld-linux.org
Tue Feb 19 20:08:58 CET 2008


Author: glen                         Date: Tue Feb 19 19:08:58 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- lua51 is the library name in pld

---- Files affected:
SOURCES:
   rpm-lua.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/rpm-lua.patch
diff -u /dev/null SOURCES/rpm-lua.patch:1.1
--- /dev/null	Tue Feb 19 20:08:58 2008
+++ SOURCES/rpm-lua.patch	Tue Feb 19 20:08:53 2008
@@ -0,0 +1,11 @@
+--- rpm-5.0.2/configure.ac~	2008-02-19 20:09:59.000000000 +0200
++++ rpm-5.0.2/configure.ac	2008-02-19 20:21:41.000000000 +0200
+@@ -1042,7 +1042,7 @@
+ WITH_LUA_SUBDIR_LIB=""
+ RPM_CHECK_LIB(
+     [Lua], [lua],
+-    [lua], [lua_newstate], [lua.h],
++    [lua51], [lua_newstate], [lua.h],
+     [no,internal:external:none], [lua:local],
+     [ if test ".$RPM_CHECK_LIB_LOCATION" = .internal; then
+           AC_CHECK_LIB(m, fabs)
================================================================


More information about the pld-cvs-commit mailing list