From 529850d1d59227412ca01b98640ea0888b1595cc Mon Sep 17 00:00:00 2001 From: Yiyang Wu Date: Wed, 3 Mar 2021 10:31:41 +0800 Subject: dev-util/bazel: update prefix profile and package metedata Add an entry in profiles/features/prefix/package.use, to enable static-libs USE flag by default when using prefix's profile. Closes: https://github.com/gentoo/gentoo/pull/19736 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Yiyang Wu Signed-off-by: Zac Medico --- profiles/features/prefix/package.use | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'profiles/features') diff --git a/profiles/features/prefix/package.use b/profiles/features/prefix/package.use index 20764aad409e..1990af48d80a 100644 --- a/profiles/features/prefix/package.use +++ b/profiles/features/prefix/package.use @@ -1,2 +1,6 @@ # Don't enable the security measures for convienence sys-apps/portage -rsync-verify + +# Yiyang Wu (2021-03-03) +# bazel should link libstdc++ statically in prefix to avoid finding host's libstdc++ when building other packages +dev-util/bazel static-libs -- cgit v1.2.3-65-gdbad