forked from pool/iptables
This commit is contained in:
committed by
Git OBS Bridge
parent
237a92cb2f
commit
66e6f0ce7b
11
iptables-1.3.8-makefile.diff
Normal file
11
iptables-1.3.8-makefile.diff
Normal file
@@ -0,0 +1,11 @@
|
||||
--- 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
|
Reference in New Issue
Block a user