From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 83FE1138334 for ; Fri, 30 Aug 2019 21:41:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B26E3E0809; Fri, 30 Aug 2019 21:41:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65DB7E07F2 for ; Fri, 30 Aug 2019 21:41:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 339B134A715 for ; Fri, 30 Aug 2019 21:41:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 440E777D for ; Fri, 30 Aug 2019 21:41:27 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1567181131.ecdfcf024f25b010d58f94bb0a601beaab44e134.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: worker_modules/ X-VCS-Repository: proj/genkernel X-VCS-Files: worker_modules/gkbuild.sh X-VCS-Directories: worker_modules/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: ecdfcf024f25b010d58f94bb0a601beaab44e134 X-VCS-Branch: master Date: Fri, 30 Aug 2019 21:41:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bf7683c3-9360-436a-a6b2-a7ba520d9406 X-Archives-Hash: e9e1b2e2246d5a0641dfd63c52ef2f35 commit: ecdfcf024f25b010d58f94bb0a601beaab44e134 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Aug 30 16:04:36 2019 +0000 Commit: Thomas Deutschmann gentoo 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 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