X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=Makefile;fp=Makefile;h=1c8a76503529d1a4120ace8d05a9d0456e14caab;hb=47de4bdebcf993db3a285047a8f977c94c87e9ec;hp=cd2fe5fb8b84e406f9c994d129aae6f7a9a6d360;hpb=3bbf6cde0b81310fdef47ebead675dfa6d346f8b;p=iptables.git diff --git a/Makefile b/Makefile index cd2fe5f..1c8a765 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ DO_IPV6:=1 endif COPT_FLAGS:=-O2 -CFLAGS:=$(COPT_FLAGS) -Wall -Wunused -I$(KERNEL_DIR)/include -Iinclude/ -DIPTABLES_VERSION=\"$(IPTABLES_VERSION)\" #-g -DDEBUG #-pg # -DIPTC_DEBUG +CFLAGS:=$(COPT_FLAGS) -Wall -Wunused -I$(KERNEL_DIR)/include -D__KERNGLUE__ -Iinclude/ -DIPTABLES_VERSION=\"$(IPTABLES_VERSION)\" #-g -DDEBUG #-pg # -DIPTC_DEBUG ifdef NO_SHARED_LIBS CFLAGS += -DNO_SHARED_LIBS=1