commit:     ecdfcf024f25b010d58f94bb0a601beaab44e134
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 30 16:04:36 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Aug 30 16:05:31 2019 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=ecdfcf02

gkbuild.sh: _initialize(): Append $BROOT/usr/include to CXXFLAGS by default

Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 worker_modules/gkbuild.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/worker_modules/gkbuild.sh b/worker_modules/gkbuild.sh
index 74a2505..57a7241 100644
--- a/worker_modules/gkbuild.sh
+++ b/worker_modules/gkbuild.sh
@@ -304,6 +304,7 @@ _initialize() {
 
                append-cflags -I"${BROOT}"/usr/include
                append-cppflags -I"${BROOT}"/usr/include
+               append-cxxflags -I"${BROOT}"/usr/include
                append-ldflags -L"${BROOT}"/usr/lib
        fi
 

Reply via email to