public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Michael Tremer <michael.tremer@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 3/6] ccache: Use the correct header files from the toolchain
Date: Mon, 30 Jan 2023 12:15:17 +0000	[thread overview]
Message-ID: <20230130121520.4038402-4-michael.tremer@ipfire.org> (raw)
In-Reply-To: <20230130121520.4038402-1-michael.tremer@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 636 bytes --]

Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
---
 lfs/ccache | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lfs/ccache b/lfs/ccache
index 2fe2328e2..db1e4da31 100644
--- a/lfs/ccache
+++ b/lfs/ccache
@@ -74,7 +74,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	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
-- 
2.30.2


  parent reply	other threads:[~2023-01-30 12:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-30 12:15 Toolchain Update to GCC 12.2.0 and binutils 2.40 Michael Tremer
2023-01-30 12:15 ` [PATCH 1/6] binutils: Update to 2.40 Michael Tremer
2023-01-30 12:15 ` Michael Tremer [this message]
2023-01-30 12:15 ` [PATCH 4/6] boost: Update to 1.81.0 Michael Tremer
2023-01-30 12:15 ` [PATCH 5/6] mpd: Update to 0.23.12 Michael Tremer
2023-01-30 12:15 ` [PATCH 6/6] make.sh: Bump toolchain version Michael Tremer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230130121520.4038402-4-michael.tremer@ipfire.org \
    --to=michael.tremer@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox