]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm-lua-enable-extra-libs.patch
- now db6.1 as an alternative for db5.2
[packages/rpm.git] / rpm-lua-enable-extra-libs.patch
index c238d0ab5b26216b8e8c0cca03772ad1d101ce0e..33f65240323134fad970a1a3d273a4832b145525 100644 (file)
@@ -9,12 +9,13 @@
  
  static const luaL_Reg lualibs[] = {
    {"", luaopen_base},
-@@ -26,6 +26,8 @@
+@@ -26,6 +26,9 @@
    {LUA_STRLIBNAME, luaopen_string},
    {LUA_MATHLIBNAME, luaopen_math},
    {LUA_DBLIBNAME, luaopen_debug},
 +  {"rex_posix", luaopen_rex_posix},
 +  {"rex_pcre", luaopen_rex_pcre},
++  {"posix", luaopen_posix},
    {NULL, NULL}
  };
  
This page took 0.918419 seconds and 4 git commands to generate.