2 Commits

2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Oct 7 07:10:02 UTC 2025 - Christian Goll <cgoll@suse.com>
- Fix build failure by specifying the path to the lua and luac executables.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 28 11:57:38 UTC 2025 - Egbert Eich <eich@suse.com> Fri Mar 28 11:57:38 UTC 2025 - Egbert Eich <eich@suse.com>

View File

@@ -150,7 +150,9 @@ export LUA_PATH="%{lua_path}"
--datadir=%{lua_noarchdir} \ --datadir=%{lua_noarchdir} \
--with-redirect=yes \ --with-redirect=yes \
--with-autoSwap=no \ --with-autoSwap=no \
--with-fastTCLInterp=no --with-fastTCLInterp=no \
--with-lua=/usr/bin/lua \
--with-luac=/usr/bin/luac
make make
find my_docs/ -name .gitignore -delete find my_docs/ -name .gitignore -delete
%endif %endif