summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorAndrew Wilcox <AWilcox@Wilcox-Tech.com>2016-07-20 19:49:51 -0500
committerAndrew Wilcox <AWilcox@Wilcox-Tech.com>2016-07-20 19:49:51 -0500
commit8e6e250c6040a3581f7cca4c262edaccd75a573c (patch)
tree946cc1f6e0d9b3de4a6ddbbb1250f42aabc1aa00 /profiles
parent475ed414d8027afc000cb595574df178c3c5bd9a (diff)
downloadpackages-8e6e250c6040a3581f7cca4c262edaccd75a573c.tar.gz
packages-8e6e250c6040a3581f7cca4c262edaccd75a573c.tar.bz2
packages-8e6e250c6040a3581f7cca4c262edaccd75a573c.tar.xz
packages-8e6e250c6040a3581f7cca4c262edaccd75a573c.zip
Base profile: move things out of make.conf to make.defaults
Diffstat (limited to 'profiles')
-rw-r--r--profiles/base/make.defaults5
1 files changed, 4 insertions, 1 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index f29016550..f39eed52f 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -45,7 +45,10 @@ USE="cxx icu -introspection ipv6 modules ssl unicode xattr"
# Auto-build .apks, always
PORTAGE_BINPKG_FORMAT="apk"
-FEATURES="buildpkg"
+FEATURES="buildpkg splitdebug"
+
+# Use curl instead of wget for fetching.
+FETCHCOMMAND="curl -f -L -o \"\${DISTDIR}\"/\"\${FILE}\" \"\${URI}\""
# This masks files on EVERY SYSTEM running Adélie. BE CAREFUL!
# Specifically, do not mask systemd unit files or such from the base profile.