Blame SOURCES/open-lldp-v1.0.1-18-enabled-test-tool-building-for-distcheck.patch

ee47b4
From 0d2fa5cd29b8ce60c5b1dfc2a68e09794e9073c8 Mon Sep 17 00:00:00 2001
ee47b4
From: Chris Leech <cleech@redhat.com>
ee47b4
Date: Fri, 30 Jan 2015 08:21:41 +0000
ee47b4
Subject: [PATCH] enabled test tool building for distcheck
ee47b4
ee47b4
set the --enable-debug flag when running distcheck, to test build the
ee47b4
debug tools as well
ee47b4
ee47b4
Signed-off-by: Chris Leech <cleech@redhat.com>
ee47b4
Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
ee47b4
---
ee47b4
 Makefile.am | 1 +
ee47b4
 1 file changed, 1 insertion(+)
ee47b4
ee47b4
diff --git a/Makefile.am b/Makefile.am
ee47b4
index 69deda2..b1c381b 100644
ee47b4
--- a/Makefile.am
ee47b4
+++ b/Makefile.am
ee47b4
@@ -139,3 +139,4 @@ dist_systemdsystemunit_DATA = lldpad.service lldpad.socket
ee47b4
 bashcompletiondir = $(sysconfdir)/bash_completion.d
ee47b4
 dist_bashcompletion_DATA = contrib/bash_completion/lldpad contrib/bash_completion/lldptool
ee47b4
 
ee47b4
+AM_DISTCHECK_CONFIGURE_FLAGS = --enable-debug
ee47b4
-- 
ee47b4
2.1.0
ee47b4