diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-11-05 14:35:36 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-11-05 14:35:36 +0000 |
commit | 16468dd53bb9eb67a47f6cd25052d5e324c6cf69 (patch) | |
tree | 92b0cd3cff209317a952ed28fca7cad9ed27cd8d | |
parent | 9b445d097876a256a52140801f112439d101cb47 (diff) | |
download | upstream-16468dd53bb9eb67a47f6cd25052d5e324c6cf69.tar.gz upstream-16468dd53bb9eb67a47f6cd25052d5e324c6cf69.tar.bz2 upstream-16468dd53bb9eb67a47f6cd25052d5e324c6cf69.zip |
[package] fix breakage introduced with r18315
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18316 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/iptables/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 6590d990ef..f4d59abd91 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -19,6 +19,8 @@ PKG_SOURCE_URL:=http://www.netfilter.org/projects/iptables/files \ ftp://ftp.de.netfilter.org/pub/netfilter/iptables/ \ ftp://ftp.no.netfilter.org/pub/netfilter/iptables/ +PATCH_DIR:=./patches/$(PKG_VERSION) + PKG_FIXUP = libtool include $(INCLUDE_DIR)/package.mk |