diff options
-rw-r--r-- | cnf/make.globals | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cnf/make.globals b/cnf/make.globals index 83c28f3fc..cd34f8447 100644 --- a/cnf/make.globals +++ b/cnf/make.globals @@ -57,6 +57,9 @@ RSYNC_TIMEOUT="180" # Minimal CONFIG_PROTECT CONFIG_PROTECT="/etc" +# Disable auto-use +USE_ORDER="env:pkg:conf:defaults" + # ***************************** # ** DO NOT EDIT THIS FILE ** # *************************************************** |