From 3991d9682a67f23acf926479c86240ad94d0297bfee65d430aa7a953750e4adc Mon Sep 17 00:00:00 2001
From: Marcus Rueckert <mrueckert@suse.com>
Date: Tue, 20 Aug 2019 14:06:00 +0000
Subject: [PATCH] - enable verbose make output

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=190
---
 haproxy.changes | 5 +++++
 haproxy.spec    | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/haproxy.changes b/haproxy.changes
index f854990..910a695 100644
--- a/haproxy.changes
+++ b/haproxy.changes
@@ -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
 
diff --git a/haproxy.spec b/haproxy.spec
index 9e316e4..7770411 100644
--- a/haproxy.spec
+++ b/haproxy.spec
@@ -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