SHA256
10
0
forked from pool/lua-luasec

Accepting request 1061047 from devel:languages:lua

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

OBS-URL: https://build.opensuse.org/request/show/1061047
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-luasec?expand=0&rev=8
This commit is contained in:
2023-01-26 12:58:14 +00:00
committed by Git OBS Bridge
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.
-------------------------------------------------------------------
Sat Aug 20 18:06:06 UTC 2022 - Gordon Leung <pirateclip@protonmail.com>

View File

@@ -52,7 +52,7 @@ cd src
lua options.lua -g /usr/include/openssl/ssl.h > options.c
cd ..
#
%make_build linux \
make %{?_make_output_sync} %{?_smp_mflags} linux \
CFLAGS="%{optflags} -fPIC -I%{lua_incdir} -I. -DWITH_LUASOCKET -DLUASOCKET_DEBUG -DLUA_COMPAT_APIINTCASTS"
%install