SHA256
1
0
forked from pool/haproxy

- enable verbose make output

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=190
This commit is contained in:
Marcus Rückert 2019-08-20 14:06:00 +00:00 committed by Git OBS Bridge
parent 0852a3b9d8
commit 3991d9682a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Aug 20 14:05:47 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
- enable verbose make output
-------------------------------------------------------------------
Tue Aug 20 14:01:33 UTC 2019 - mrueckert@suse.de

View File

@ -157,7 +157,7 @@ make \
USE_RELRO_NOW=1 \
LIB="%{_lib}" \
PREFIX="%{_prefix}" \
DEBUG_CFLAGS="%{optflags}"
DEBUG_CFLAGS="%{optflags}" V=1
%if %{with systemd}
make -C contrib/systemd PREFIX="%{_prefix}"
%endif