summaryrefslogtreecommitdiffstats
path: root/main/rrdtool/lua-install-cmod.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/rrdtool/lua-install-cmod.patch')
-rw-r--r--main/rrdtool/lua-install-cmod.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/main/rrdtool/lua-install-cmod.patch b/main/rrdtool/lua-install-cmod.patch
new file mode 100644
index 000000000..672aea78a
--- /dev/null
+++ b/main/rrdtool/lua-install-cmod.patch
@@ -0,0 +1,13 @@
+--- ./configure.orig
++++ ./configure
+@@ -29330,7 +29330,9 @@
+ $as_echo "$as_me: WARNING: Setting Lua include and lib flags to defaults in compat-5.1 and lua 5.1 sources" >&2;}
+ LUA_CFLAGS="-I/usr/local/include -I/usr/local/include/lua -I/usr/local/include/lua/$lua_vdot"
+ LUA_LFLAGS="-L/usr/local/lib -L/usr/local/lib/lua -L/usr/local/lib/lua/$lua_vdot $lua_libs"
+- LUA_INSTALL_CMOD="/usr/local/lib/lua/$lua_vdot"
++ if test -z "$LUA_INSTALL_CMOD"; then
++ LUA_INSTALL_CMOD="/usr/local/lib/lua/$lua_vdot"
++ fi
+ fi
+
+ # Check whether --enable-lua-site-install was given.