]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/ccache
suricata: Change midstream policy to "pass-flow"
[ipfire-2.x.git] / lfs / ccache
index 2fe2328e290f455b988e612d97955a4b140e46f3..6fef8c685f5af270b258d1b49cfc824a2fe1393a 100644 (file)
@@ -1,4 +1,4 @@
-###############################################################################
+##############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
 # Copyright (C) 2007-2020  IPFire Team  <info@ipfire.org>                     #
@@ -70,11 +70,10 @@ $(subst %,%_BLAKE2,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/ccache/ccache-4.3-fix_armv6_bus_error.patch
        cd $(DIR_APP) && mkdir -pv build
        cd $(DIR_APP)/build && cmake \
                -DCMAKE_INSTALL_PREFIX=$(TOOLS_DIR) \
-               -DCMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES=$(TOOLS_DIR)/include \
+               -DCMAKE_INCLUDE_PATH=$(TOOLS_DIR)/include \
                ..
        cd $(DIR_APP)/build && make $(MAKETUNING) VERBOSE=1
        cd $(DIR_APP)/build && make install