forked from pool/lua53
This commit is contained in:
parent
ca0335bfd4
commit
1d96fa0a1c
@ -146,3 +146,16 @@ Index: lua-5.3.4/src/Makefile
|
||||
|
||||
clean:
|
||||
$(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}
|
||||
Summary: The Lua integration library
|
||||
Group: System/Libraries
|
||||
# Compat as libtool changes the soname
|
||||
Provides: liblua5_3 = %{version}
|
||||
Obsoletes: liblua5_3 < %{version}
|
||||
Provides: %{name}-libs = %{version}
|
||||
Obsoletes: %{name}-libs < %{version}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user