mirror of https://github.com/hak5/openwrt-owl.git
iptables: - add libtool fixups - fix libiptc & libxtables packages, containing only symlinks but missing the actual library files - enable static versions of libiptc & libxtables - install pkgconfig .pc files as well - cleanup & reorg
SVN-Revision: 15572owl
parent
0f1984092e
commit
8c7602a3f4
|
@ -1,5 +1,5 @@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2006-2008 OpenWrt.org
|
# Copyright (C) 2006-2009 OpenWrt.org
|
||||||
#
|
#
|
||||||
# This is free software, licensed under the GNU General Public License v2.
|
# This is free software, licensed under the GNU General Public License v2.
|
||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
|
@ -9,13 +9,10 @@ include $(TOPDIR)/rules.mk
|
||||||
include $(INCLUDE_DIR)/kernel.mk
|
include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
|
||||||
PKG_NAME:=iptables
|
PKG_NAME:=iptables
|
||||||
|
|
||||||
PKG_VERSION:=1.4.3.2
|
PKG_VERSION:=1.4.3.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_MD5SUM:=545698693b636cfc844aafc6729fd48a
|
PKG_MD5SUM:=545698693b636cfc844aafc6729fd48a
|
||||||
|
|
||||||
PKG_VERSION?=<IPTABLES_VERSION>
|
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://www.netfilter.org/projects/iptables/files \
|
PKG_SOURCE_URL:=http://www.netfilter.org/projects/iptables/files \
|
||||||
ftp://ftp.be.netfilter.org/pub/netfilter/iptables/ \
|
ftp://ftp.be.netfilter.org/pub/netfilter/iptables/ \
|
||||||
|
@ -24,6 +21,8 @@ PKG_SOURCE_URL:=http://www.netfilter.org/projects/iptables/files \
|
||||||
|
|
||||||
PATCH_DIR:=./patches/$(PKG_VERSION)
|
PATCH_DIR:=./patches/$(PKG_VERSION)
|
||||||
|
|
||||||
|
PKG_FIXUP = libtool
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
ifeq ($(DUMP),)
|
ifeq ($(DUMP),)
|
||||||
-include $(LINUX_DIR)/.config
|
-include $(LINUX_DIR)/.config
|
||||||
|
@ -32,26 +31,10 @@ ifeq ($(DUMP),)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
define Package/libiptc
|
|
||||||
SECTION:=libs
|
|
||||||
CATEGORY:=Libraries
|
|
||||||
URL:=http://netfilter.org/
|
|
||||||
TITLE:=IPv4/IPv6 firewall - shared libiptc library
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/libxtables
|
|
||||||
SECTION:=libs
|
|
||||||
CATEGORY:=Libraries
|
|
||||||
URL:=http://netfilter.org/
|
|
||||||
TITLE:=IPv4/IPv6 firewall - shared xtables library
|
|
||||||
endef
|
|
||||||
|
|
||||||
|
|
||||||
define Package/iptables/Default
|
define Package/iptables/Default
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Base system
|
CATEGORY:=Base system
|
||||||
URL:=http://netfilter.org/
|
URL:=http://netfilter.org/
|
||||||
DEPENDS:=+libiptc +libxtables
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/iptables/Module
|
define Package/iptables/Module
|
||||||
|
@ -63,7 +46,7 @@ define Package/iptables
|
||||||
$(call Package/iptables/Default)
|
$(call Package/iptables/Default)
|
||||||
TITLE:=IPv4 firewall administration tool
|
TITLE:=IPv4 firewall administration tool
|
||||||
MENU:=1
|
MENU:=1
|
||||||
DEPENDS+= +kmod-ipt-core
|
DEPENDS+= +kmod-ipt-core +libiptc +libxtables
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/iptables/description
|
define Package/iptables/description
|
||||||
|
@ -239,19 +222,32 @@ $(call Package/iptables/Default)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ip6tables-utils
|
define Package/ip6tables-utils
|
||||||
$(call Package/iptables/Default)
|
$(call Package/iptables/Default)
|
||||||
DEPENDS:=ip6tables
|
DEPENDS:=ip6tables
|
||||||
CATEGORY:=IPv6
|
CATEGORY:=IPv6
|
||||||
TITLE:=ip6tables save and restore utilities
|
TITLE:=ip6tables save and restore utilities
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Prepare
|
define Package/libiptc
|
||||||
$(call Build/Prepare/Default)
|
$(call Package/iptables/Default)
|
||||||
|
SECTION:=libs
|
||||||
|
CATEGORY:=Libraries
|
||||||
|
TITLE:=IPv4/IPv6 firewall - shared libiptc library
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libxtables
|
||||||
|
$(call Package/iptables/Default)
|
||||||
|
SECTION:=libs
|
||||||
|
CATEGORY:=Libraries
|
||||||
|
TITLE:=IPv4/IPv6 firewall - shared xtables library
|
||||||
|
endef
|
||||||
|
|
||||||
|
|
||||||
TARGET_CPPFLAGS := -I$(PKG_BUILD_DIR)/include $(TARGET_CPPFLAGS)
|
TARGET_CPPFLAGS := -I$(PKG_BUILD_DIR)/include $(TARGET_CPPFLAGS)
|
||||||
TARGET_CFLAGS += $(FPIC)
|
TARGET_CFLAGS += $(FPIC)
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
|
--enable-shared \
|
||||||
|
--enable-static \
|
||||||
--enable-devel \
|
--enable-devel \
|
||||||
--with-kernel="$(LINUX_DIR)" \
|
--with-kernel="$(LINUX_DIR)" \
|
||||||
--with-xtlibdir=/usr/lib/iptables
|
--with-xtlibdir=/usr/lib/iptables
|
||||||
|
@ -269,10 +265,14 @@ define Build/Compile
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/lib
|
mkdir -p $(1)/usr/include
|
||||||
$(CP) $(PKG_BUILD_DIR)/.libs/libxtables.so* $(1)/usr/lib
|
$(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/
|
||||||
$(CP) $(PKG_BUILD_DIR)/libiptc/.libs/libiptc.so* $(1)/usr/lib
|
mkdir -p $(1)/usr/lib
|
||||||
$(CP) $(PKG_BUILD_DIR)/include $(1)/usr
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libxtables.{a,so*} $(1)/usr/lib/
|
||||||
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libiptc.{a,so*} $(1)/usr/lib/
|
||||||
|
mkdir -p $(1)/usr/lib/pkgconfig
|
||||||
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/xtables.pc $(1)/usr/lib/pkgconfig/
|
||||||
|
$(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/libiptc.pc $(1)/usr/lib/pkgconfig/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/iptables/install
|
define Package/iptables/install
|
||||||
|
@ -288,18 +288,6 @@ define Package/iptables/install
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
define Package/libiptc/install
|
|
||||||
$(INSTALL_DIR) $(1)/usr/lib
|
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/libiptc.so.0 $(1)/usr/lib/
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/libxtables/install
|
|
||||||
$(INSTALL_DIR) $(1)/usr/lib
|
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/libxtables.so.2 $(1)/usr/lib/
|
|
||||||
endef
|
|
||||||
|
|
||||||
|
|
||||||
define Package/iptables-utils/install
|
define Package/iptables-utils/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/iptables-{save,restore} $(1)/usr/sbin/
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/iptables-{save,restore} $(1)/usr/sbin/
|
||||||
|
@ -319,6 +307,16 @@ define Package/ip6tables-utils/install
|
||||||
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ip6tables-{save,restore} $(1)/usr/sbin/
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/ip6tables-{save,restore} $(1)/usr/sbin/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libiptc/install
|
||||||
|
$(INSTALL_DIR) $(1)/usr/lib
|
||||||
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/libiptc.so.* $(1)/usr/lib/
|
||||||
|
endef
|
||||||
|
|
||||||
|
define Package/libxtables/install
|
||||||
|
$(INSTALL_DIR) $(1)/usr/lib
|
||||||
|
$(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/lib/libxtables.so.* $(1)/usr/lib/
|
||||||
|
endef
|
||||||
|
|
||||||
define BuildPlugin
|
define BuildPlugin
|
||||||
define Package/$(1)/install
|
define Package/$(1)/install
|
||||||
$(INSTALL_DIR) $$(1)/usr/lib/iptables
|
$(INSTALL_DIR) $$(1)/usr/lib/iptables
|
||||||
|
@ -338,9 +336,6 @@ L7_INSTALL:=\
|
||||||
$(CP) files/l7/*.pat $$(1)/etc/l7-protocols/
|
$(CP) files/l7/*.pat $$(1)/etc/l7-protocols/
|
||||||
|
|
||||||
|
|
||||||
$(eval $(call BuildPackage,libiptc))
|
|
||||||
$(eval $(call BuildPackage,libxtables))
|
|
||||||
|
|
||||||
$(eval $(call BuildPackage,iptables))
|
$(eval $(call BuildPackage,iptables))
|
||||||
$(eval $(call BuildPackage,iptables-utils))
|
$(eval $(call BuildPackage,iptables-utils))
|
||||||
$(eval $(call BuildPlugin,iptables-mod-conntrack,$(IPT_CONNTRACK-m)))
|
$(eval $(call BuildPlugin,iptables-mod-conntrack,$(IPT_CONNTRACK-m)))
|
||||||
|
@ -357,3 +352,5 @@ $(eval $(call BuildPlugin,iptables-mod-iprange,$(IPT_IPRANGE-m)))
|
||||||
$(eval $(call BuildPlugin,iptables-mod-ulog,$(IPT_ULOG-m)))
|
$(eval $(call BuildPlugin,iptables-mod-ulog,$(IPT_ULOG-m)))
|
||||||
$(eval $(call BuildPackage,ip6tables))
|
$(eval $(call BuildPackage,ip6tables))
|
||||||
$(eval $(call BuildPackage,ip6tables-utils))
|
$(eval $(call BuildPackage,ip6tables-utils))
|
||||||
|
$(eval $(call BuildPackage,libiptc))
|
||||||
|
$(eval $(call BuildPackage,libxtables))
|
||||||
|
|
Loading…
Reference in New Issue