Skip to content
Snippets Groups Projects
Commit ef2fc991 authored by nbd's avatar nbd
Browse files

fix iptables compile with 2.6.26

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13747 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent 40cda6a3
No related branches found
No related tags found
No related merge requests found
......@@ -254,6 +254,7 @@ ifeq ($(KERNEL),2.4)
endef
endif
TARGET_CPPFLAGS := -I$(PKG_BUILD_DIR)/include $(TARGET_CPPFLAGS)
TARGET_CFLAGS += $(FPIC)
CONFIGURE_ARGS += --enable-devel --with-xtlibdir=/usr/lib/iptables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment