diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-07-30 22:42:58 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-07-30 22:42:58 +0100 |
commit | 3b4199328e240d392ef1f03900219cb88bdafcff (patch) | |
tree | 06007a008d485a5e0a169f2807b68f456e9df1b3 /profiles/features | |
parent | aca0af8133e724b7edf0b5c6efe12c39077a3dc9 (diff) |
gentoo auto-resync : 30:07:2023 - 22:42:58
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/musl/make.defaults | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/features/musl/make.defaults b/profiles/features/musl/make.defaults index 80a8fdf9240f..4c680a7340f6 100644 --- a/profiles/features/musl/make.defaults +++ b/profiles/features/musl/make.defaults @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 PORTAGE_LIBC="musl" @@ -6,7 +6,7 @@ ELIBC="musl" FEATURES="sandbox sfperms strict" -USE="nptl unicode -berkdb -gdbm" +USE="nptl pic unicode -berkdb -gdbm" BOOTSTRAP_USE="${BOOTSTRAP_USE} nptl -berkdb -gdbm" # All libraries are in /lib or /usr/lib |