X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Febtables;h=0fe9731bb033d6387b171de6c19a32b8504eac22;hb=6033b2710346f9bf4e1182db706775ccde59e5c1;hp=a7da3491c7b4330a9efb8caed47c0c160e41919c;hpb=31901da1edb401590960558b61e31ddd9fda89c1;p=ipfire-2.x.git diff --git a/lfs/ebtables b/lfs/ebtables index a7da3491c7..0fe9731bb0 100644 --- a/lfs/ebtables +++ b/lfs/ebtables @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = ebtables -PAK_VER = 2 +PAK_VER = 3 DEPS = "" @@ -77,7 +77,8 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && make $(MAKETUNING) + cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/ebtables/0001-ebtables-should-install-nothing-in-usr-local.patch + cd $(DIR_APP) && make $(MAKETUNING) CFLAGS="$(CFLAGS)" cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD)