summaryrefslogtreecommitdiff
path: root/openwrt/package/ebtables/Makefile
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-01 15:59:13 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-01 15:59:13 +0000
commit160fb73c17c31c29ab040d3e30f9c6f6f2198d93 (patch)
treecf63437262cda8eb74b3805d1d3829c3f1183351 /openwrt/package/ebtables/Makefile
parentd9d17eb0df5ee582f509de9721ca3f64ad802581 (diff)
small compile fix for gcc 3.4.3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@503 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/ebtables/Makefile')
-rw-r--r--openwrt/package/ebtables/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/ebtables/Makefile b/openwrt/package/ebtables/Makefile
index 3f0b467ba4..809caf3c0e 100644
--- a/openwrt/package/ebtables/Makefile
+++ b/openwrt/package/ebtables/Makefile
@@ -19,6 +19,7 @@ $(DL_DIR)/$(PKG_SOURCE):
$(PKG_BUILD_DIR)/.unpacked: $(DL_DIR)/$(PKG_SOURCE)
$(PKG_CAT) $(DL_DIR)/$(PKG_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
+ $(PATCH) $(PKG_BUILD_DIR) ./patches
touch $(PKG_BUILD_DIR)/.unpacked
$(PKG_BUILD_DIR)/ebtables: $(PKG_BUILD_DIR)/.unpacked