diff options
-rw-r--r-- | cnf/make.globals | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cnf/make.globals b/cnf/make.globals index 182558157..167f61d53 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -38,8 +38,8 @@ FETCHCOMMAND="/usr/bin/wget -t 5 -T 60 --passive-ftp -O \"\${DISTDIR}/\${FILE}\" RESUMECOMMAND="/usr/bin/wget -c -t 5 -T 60 --passive-ftp -O \"\${DISTDIR}/\${FILE}\" \"\${URI}\"" # Default user options -FEATURES="distlocks fixpackages parallel-fetch protect-owned sandbox - sfperms strict unmerge-orphans userfetch" +FEATURES="assume-digests distlocks fixpackages parallel-fetch protect-owned + sandbox sfperms strict unmerge-orphans userfetch" # Ignore file collisions in /lib/modules since files inside this directory # are never unmerged, and therefore collisions must be ignored in order for |