From c1278ed7bb4133e96a55f52afc032b5332fee89c Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Thu, 27 Nov 2014 18:05:40 +0100 Subject: Make possible to pass extra flags to sparse (userspace) --- Make_global.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make_global.am b/Make_global.am index 605be65..7f4e263 100644 --- a/Make_global.am +++ b/Make_global.am @@ -82,7 +82,7 @@ AM_CFLAGS += -O2 -DNDEBUG endif SPARSE = sparse -SPARSE_FLAGS = -Wsparse-all -I../include +SPARSE_FLAGS = -Wsparse-all -I../include $(SPARSE_EXT_FLAGS) IPSET_AM_V_CHECK = $(ipset_am__v_CHECK_$(V)) ipset_am__v_CHECK_ = $(ipset_am__v_CHECK_$(AM_DEFAULT_VERBOSITY)) ipset_am__v_CHECK_0 = @echo " CHECK " $<; -- cgit v1.2.3