summaryrefslogtreecommitdiffstats
path: root/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
commit1f112b7b8a4f6e31b10b724856126d81c62dbd5a (patch)
tree4323510a865e7ad11bd365711f500549b29e0779 /package/ebtables/Makefile
parenta581049b56a07eeb30e12ccd1d5dd6ad241ade0a (diff)
small compile fix for gcc 3.4.3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@503 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ebtables/Makefile')
-rw-r--r--package/ebtables/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ebtables/Makefile b/package/ebtables/Makefile
index 3f0b467ba..809caf3c0 100644
--- a/package/ebtables/Makefile
+++ b/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