10
0

Accepting request 1060908 from home:michals:branches:devel:languages:lua

- Opencode %make_build to prevent build failure when not defined.

OBS-URL: https://build.opensuse.org/request/show/1060908
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luafilesystem?expand=0&rev=25
This commit is contained in:
2023-01-25 21:13:14 +00:00
committed by Git OBS Bridge
parent 884de01661
commit 56fcf5598b
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 25 10:52:05 UTC 2023 - Michal Suchanek <msuchanek@suse.de>
- Opencode %make_build to prevent build failure when not defined.
-------------------------------------------------------------------
Tue Jan 3 16:52:00 UTC 2023 - Egbert Eich <eich@suse.com>

View File

@@ -57,7 +57,7 @@ structure and file attributes.
sed -i 's|@@VERSION@@|%{version}|g' Makefile
%build
%make_build -j1 CFLAGS="%{optflags} -fPIC -I%{lua_incdir}"
make %{?_make_output_sync} CFLAGS="%{optflags} -fPIC -I%{lua_incdir}"
%install
%make_install LUA_LIBDIR='%{lua_archdir}'