diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-11-05 14:35:36 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-11-05 14:35:36 +0000 |
commit | 290c36378fcbb6529db08abc63cfed3187416987 (patch) | |
tree | 92b0cd3cff209317a952ed28fca7cad9ed27cd8d /package | |
parent | 498ec579dda3dc8f721ea3b89e57b8118f5e7204 (diff) |
[package] fix breakage introduced with r18315
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18316 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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 |