X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=2488135b6f628c441832fe6af48fca1916d57828;hb=eaea4140bc4c34f7fef270afb1928eef53da87ad;hp=558367ebf0cdce5366c4768cf9c43dac4fb740f4;hpb=34d283f916eeef73728a99668e40754f3961f580;p=iptables.git diff --git a/Makefile b/Makefile index 558367e..2488135 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