mirror of https://github.com/hak5/openwrt.git
parent
a2f344ec84
commit
1b35350431
|
@ -247,7 +247,11 @@ define Package/libxtables
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
TARGET_CPPFLAGS := -I$(PKG_BUILD_DIR)/include $(TARGET_CPPFLAGS)
|
TARGET_CPPFLAGS := \
|
||||||
|
-I$(PKG_BUILD_DIR)/include \
|
||||||
|
-I$(LINUX_DIR)/arch/$(LINUX_KARCH)/include \
|
||||||
|
$(TARGET_CPPFLAGS)
|
||||||
|
|
||||||
TARGET_CFLAGS += $(FPIC)
|
TARGET_CFLAGS += $(FPIC)
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
|
Loading…
Reference in New Issue