From 31718996a0e66f3ea9585676b9f9c84a712b4a52 Mon Sep 17 00:00:00 2001 From: David Michael Date: Wed, 4 Apr 2018 14:45:55 -0400 Subject: [PATCH] sys-libs/glibc: Work around old profiles This should allow the toolchains bootstrap step to succeed without requiring a profiles sync as part of the upgrade. --- .../coreos-overlay/sys-libs/glibc/glibc-2.25-r11.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-libs/glibc/glibc-2.25-r11.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-libs/glibc/glibc-2.25-r11.ebuild index 06aa5cd152..2bbe170673 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-libs/glibc/glibc-2.25-r11.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-libs/glibc/glibc-2.25-r11.ebuild @@ -34,6 +34,9 @@ GLIBC_PATCH_EXCLUDE+=" 0005_all_sys-types.h-drop-sys-sysmacros.h-include.patch" IUSE="audit caps debug gd hardened multilib nscd +rpc selinux systemtap profile suid vanilla headers-only" +# Drop this after updating profiles. +IUSE+=" crosscompile_opts_headers-only" + # Here's how the cross-compile logic breaks down ... # CTARGET - machine that will target the binaries # CHOST - machine that will host the binaries