From 5ec855efd464dd9d65f0f937e16f87fb953881c0 Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 3 Sep 2020 11:14:05 -0400 Subject: [PATCH] build with DEBUGTAG=enable_debug Signed-off-by: Lokesh Mandvekar --- conmon.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conmon.spec b/conmon.spec index 665b4db..d1309ff 100644 --- a/conmon.spec +++ b/conmon.spec @@ -40,10 +40,9 @@ Requires: glib2 %prep %autosetup -Sgit -n %{name}-%{commit0} -%{__sed} -i 's/$(CFLAGS)/$(CFLAGS) -g/' Makefile %build -%{__make} all +%{__make} DEBUGTAG="enable_debug" all %install %{__make} PREFIX=%{buildroot}%{_prefix} install install.crio