summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYiyang Wu <xgreenlandforwyy@gmail.com>2021-03-03 10:31:41 +0800
committerZac Medico <zmedico@gentoo.org>2021-03-06 00:55:51 -0800
commit529850d1d59227412ca01b98640ea0888b1595cc (patch)
tree5e6509c6475b0ead589706fab84f6790b23d79d0 /profiles/features
parentdev-util/bazel: enable statically linked libstdc++ for gentoo prefix (diff)
downloadgentoo-529850d1d59227412ca01b98640ea0888b1595cc.tar.gz
gentoo-529850d1d59227412ca01b98640ea0888b1595cc.tar.bz2
gentoo-529850d1d59227412ca01b98640ea0888b1595cc.zip
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 <xgreenlandforwyy@gmail.com> Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'profiles/features')
-rw-r--r--profiles/features/prefix/package.use4
1 files changed, 4 insertions, 0 deletions
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 <xgreenlandforwyy@gmail.com> (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