Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| cbdb70e9c7 | |||
| 0cfd7fae19 |
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user