This commit is contained in:
parent
ca0335bfd4
commit
1d96fa0a1c
@ -146,3 +146,16 @@ Index: lua-5.3.4/src/Makefile
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) $(ALL_T) $(ALL_O)
|
$(RM) $(ALL_T) $(ALL_O)
|
||||||
|
Index: lua-5.3.4/src/luaconf.h
|
||||||
|
===================================================================
|
||||||
|
--- lua-5.3.4.orig/src/luaconf.h
|
||||||
|
+++ lua-5.3.4/src/luaconf.h
|
||||||
|
@@ -200,7 +200,7 @@
|
||||||
|
|
||||||
|
#else /* }{ */
|
||||||
|
|
||||||
|
-#define LUA_ROOT "/usr/local/"
|
||||||
|
+#define LUA_ROOT "/usr/"
|
||||||
|
#define LUA_LDIR LUA_ROOT "share/lua/" LUA_VDIR "/"
|
||||||
|
#define LUA_CDIR LUA_ROOT "lib/lua/" LUA_VDIR "/"
|
||||||
|
#define LUA_PATH_DEFAULT \
|
||||||
|
@ -68,6 +68,9 @@ application.
|
|||||||
%package -n %{libname}
|
%package -n %{libname}
|
||||||
Summary: The Lua integration library
|
Summary: The Lua integration library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
|
# Compat as libtool changes the soname
|
||||||
|
Provides: liblua5_3 = %{version}
|
||||||
|
Obsoletes: liblua5_3 < %{version}
|
||||||
Provides: %{name}-libs = %{version}
|
Provides: %{name}-libs = %{version}
|
||||||
Obsoletes: %{name}-libs < %{version}
|
Obsoletes: %{name}-libs < %{version}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user