diff options
author | Andrew Wilcox <AWilcox@Wilcox-Tech.com> | 2016-02-07 13:42:12 -0600 |
---|---|---|
committer | Andrew Wilcox <AWilcox@Wilcox-Tech.com> | 2016-02-07 13:42:12 -0600 |
commit | 35dd065b1ecf013cede6dac92ee3b1089c8d5159 (patch) | |
tree | 023da4c5928967eea5488318e5250732463c0bc9 /profiles | |
parent | a41a862d32cfb93cda4b9a51671bf55cfe2a3046 (diff) | |
download | packages-35dd065b1ecf013cede6dac92ee3b1089c8d5159.tar.gz packages-35dd065b1ecf013cede6dac92ee3b1089c8d5159.tar.bz2 packages-35dd065b1ecf013cede6dac92ee3b1089c8d5159.tar.xz packages-35dd065b1ecf013cede6dac92ee3b1089c8d5159.zip |
base profile: work around ::gentoo ebuild problems
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/make.defaults | 3 | ||||
-rw-r--r-- | profiles/base/use.mask | 6 |
2 files changed, 8 insertions, 1 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index cc2aad17d..72b6e211c 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -11,7 +11,8 @@ TIER2_ARCH="alpha arm64 hppa ia64 sparc64" USE_EXPAND_VALUES_ARCH="${TIER1_ARCH} ${TIER2_ARCH}" # We only support these libcs right now. -USE_EXPAND_VALUES_ELIBC="glibc musl" +# FreeBSD and uclibc must be added due to stupid gentoo ebuilds +USE_EXPAND_VALUES_ELIBC="glibc musl FreeBSD uclibc" # XXX Someday fix it to know that busybox != GNU USE_EXPAND_VALUES_KERNEL="linux" diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 3e397d605..d2710d66a 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -1,3 +1,9 @@ # We do not use prefix installations here prefix prefix-guest + +# We do not, under any circumstances, support alt/BSD installs +elibc_FreeBSD + +# We likewise do not support the unmaintained uclibc any more +elibc_uclibc |