Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: worker_modules/
Date: Fri, 30 Aug 2019 21:41:31
Message-Id: 1567181131.ecdfcf024f25b010d58f94bb0a601beaab44e134.whissi@gentoo
1 commit: ecdfcf024f25b010d58f94bb0a601beaab44e134
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 30 16:04:36 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 30 16:05:31 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=ecdfcf02
7
8 gkbuild.sh: _initialize(): Append $BROOT/usr/include to CXXFLAGS by default
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11
12 worker_modules/gkbuild.sh | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/worker_modules/gkbuild.sh b/worker_modules/gkbuild.sh
16 index 74a2505..57a7241 100644
17 --- a/worker_modules/gkbuild.sh
18 +++ b/worker_modules/gkbuild.sh
19 @@ -304,6 +304,7 @@ _initialize() {
20
21 append-cflags -I"${BROOT}"/usr/include
22 append-cppflags -I"${BROOT}"/usr/include
23 + append-cxxflags -I"${BROOT}"/usr/include
24 append-ldflags -L"${BROOT}"/usr/lib
25 fi