From 131ceb6ec8c4e86b2657d5e7a0b4c8dad38aa6ca Mon Sep 17 00:00:00 2001 From: David Michael Date: Fri, 9 Feb 2018 16:08:23 -0500 Subject: [PATCH] profiles: Disable building unused C++ libraries for ncurses --- .../coreos-overlay/profiles/coreos/base/package.use.mask | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use.mask b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use.mask index 53d3e82b68..9c3c4b3929 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use.mask +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/base/package.use.mask @@ -12,3 +12,6 @@ sys-apps/util-linux python # not needed, requires lots of Perl sys-boot/syslinux perl + +# not needed, problems building with GCC 7.3.0 +sys-libs/ncurses cxx