releases/portage/stages-musl: add musl portage config
copy of regular one + gcc::gentoo mask Issue: https://github.com/gentoo/musl/issues/351 Signed-off-by: Georgy Yakovlev <ya@sysdump.net>
This commit is contained in:
parent
8891454484
commit
f3bdefec6f
3 changed files with 15 additions and 0 deletions
|
@ -0,0 +1,3 @@
|
||||||
|
# we need gcc from musl repo that contains pure64 patches
|
||||||
|
# https://github.com/gentoo/musl/issues/351
|
||||||
|
sys-devel/gcc::gentoo
|
5
releases/portage/stages-musl/package.use/releng/libpcre
Normal file
5
releases/portage/stages-musl/package.use/releng/libpcre
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# required by sys-libs/libselinux-2.7
|
||||||
|
dev-libs/libpcre static-libs
|
||||||
|
|
||||||
|
# required by dev-vcs/git
|
||||||
|
dev-libs/libpcre2 jit
|
|
@ -0,0 +1,7 @@
|
||||||
|
# For stage building, we cannot be sure the final unpack destination will have
|
||||||
|
# xattr/fcaps support. To be safe, we build stages without filecaps, but allow
|
||||||
|
# filecaps to be turned back on @ next full world upgrade. The ebuilds using
|
||||||
|
# fcaps eclass will have more logic to safely fall back in case of missing
|
||||||
|
# support.
|
||||||
|
|
||||||
|
*/* -filecaps
|
Loading…
Add table
Reference in a new issue