]> granicus.if.org Git - ipset/commitdiff
Make possible to pass extra flags to sparse (userspace)
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Thu, 27 Nov 2014 17:05:40 +0000 (18:05 +0100)
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Thu, 27 Nov 2014 17:05:40 +0000 (18:05 +0100)
Make_global.am

index 605be652fe6de19ead31a976b0fe3b5112c390c6..7f4e26321592db623fd23460737eb670a015f552 100644 (file)
@@ -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 " $<;