From: Jozsef Kadlecsik Date: Thu, 27 Nov 2014 17:05:40 +0000 (+0100) Subject: Make possible to pass extra flags to sparse (userspace) X-Git-Tag: pablo~45 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c1278ed7bb4133e96a55f52afc032b5332fee89c;p=thirdparty%2Fipset.git Make possible to pass extra flags to sparse (userspace) --- diff --git a/Make_global.am b/Make_global.am index 605be652..7f4e2632 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 " $<;