]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/postfix
Merge branch 'master' into kernel-4.9
[people/pmueller/ipfire-2.x.git] / lfs / postfix
index 3758b9cbeecadec97c4d9b03f063a652edf25e83..9f5ad380946e13ea99c165bf8f2870ec709bedcb 100644 (file)
@@ -102,6 +102,7 @@ $(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) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)-build_with_kernel4x.patch
        cd $(DIR_APP) && make -f Makefile.init makefiles \
                DEBUG="" OPT="$(CFLAGS) -fno-strict-aliasing" CCARGS="$(CCARGS)" AUXLIBS="$(AUXLIBS)"
        cd $(DIR_APP) && make $(MAKETUNING)