Unset the BLACKLIST variable in opt_config: all packages seem to be
able to cope with parallelization now
This commit is contained in:
parent
2d99aa4bb3
commit
fcb78f4822
1 changed files with 4 additions and 3 deletions
|
@ -8,11 +8,12 @@
|
|||
#
|
||||
|
||||
#--- List of packages that have issues with parallelization.
|
||||
## As of December 21st, 2019, there seems to be none...
|
||||
# This list may be different for you.
|
||||
BLACK_LIST="attr autoconf coreutils dejagnu gettext gperf groff man-db vim"
|
||||
#BLACK_LIST="attr autoconf coreutils dejagnu gettext gperf groff man-db vim"
|
||||
# Rationale for attr, coreutils, gperf: the tests do not pass with -jX
|
||||
# CLFS packages
|
||||
BLACK_LIST="$BLACK_LIST libee"
|
||||
# CLFS packages (not tested on December 21st, 2019)
|
||||
#BLACK_LIST="$BLACK_LIST libee"
|
||||
|
||||
#--- Default optimization mode
|
||||
# This mode is overridden by definitions in opt_override;
|
||||
|
|
Reference in a new issue