]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-lua.patch
- make sure that the output buffer gets truncated after use, otherwise
[packages/rpm.git] / rpm-lua.patch
1 --- rpm-5.0.2/configure.ac~     2008-02-19 20:09:59.000000000 +0200
2 +++ rpm-5.0.2/configure.ac      2008-02-19 20:21:41.000000000 +0200
3 @@ -1042,7 +1042,7 @@
4  WITH_LUA_SUBDIR_LIB=""
5  RPM_CHECK_LIB(
6      [Lua], [lua],
7 -    [lua], [lua_newstate], [lua.h],
8 +    [lua51], [lua_newstate], [lua.h],
9      [no,internal:external:none], [lua:local],
10      [ if test ".$RPM_CHECK_LIB_LOCATION" = .internal; then
11            AC_CHECK_LIB(m, fabs)
This page took 0.024985 seconds and 3 git commands to generate.