forked from pool/iptables
12 lines
431 B
Diff
12 lines
431 B
Diff
--- Makefile
|
|
+++ Makefile
|
|
@@ -37,7 +37,7 @@
|
|
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 -idirafter $(KERNEL_DIR)/include -Iinclude/ -DIPTABLES_VERSION=\"$(IPTABLES_VERSION)\" #-g -DDEBUG #-pg # -DIPTC_DEBUG
|
|
|
|
ifdef NO_SHARED_LIBS
|
|
CFLAGS += -DNO_SHARED_LIBS=1
|