summarylogtreecommitdiffstats
path: root/FindLua.cmake.patch
diff options
context:
space:
mode:
Diffstat (limited to 'FindLua.cmake.patch')
-rw-r--r--FindLua.cmake.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/FindLua.cmake.patch b/FindLua.cmake.patch
new file mode 100644
index 000000000000..e6db02d7ee2b
--- /dev/null
+++ b/FindLua.cmake.patch
@@ -0,0 +1,12 @@
+diff lsyncd-release-2.1.5.orig/cmake/FindLua.cmake lsyncd-release-2.1.5/cmake/FindLua.cmake
+--- a/cmake/FindLua.cmake
++++ b/cmake/FindLua.cmake
+@@ -36,7 +36,7 @@ SET(_POSSIBLE_LUA_INCLUDE include include/lua)
+ #SET(_POSSIBLE_LUA_LIBRARY lua)
+
+ # Determine possible naming suffixes (there is no standard for this)
+-SET(_POSSIBLE_SUFFIXES "52" "5.2" "-5.2" "53" "5.3" "-5.3" "")
++SET(_POSSIBLE_SUFFIXES "53" "5.3" "-5.3" "52" "5.2" "-5.2" "")
+
+ # Set up possible search names and locations
+ FOREACH(_SUFFIX ${_POSSIBLE_SUFFIXES}) \ No newline at end of file