ccache: only require coreutils with -B.
This commit is contained in:
parent
86112df98c
commit
04ec89784e
1 changed files with 4 additions and 1 deletions
|
@ -17,9 +17,12 @@ long_desc="
|
|||
bootstrap=yes
|
||||
Add_dependency run glibc
|
||||
Add_dependency run zlib
|
||||
Add_dependency build coreutils
|
||||
Add_dependency build zlib-devel
|
||||
|
||||
if [ -n "$BOOTSTRAP_PKG_REBUILD" ]; then
|
||||
Add_dependency build coreutils
|
||||
fi
|
||||
|
||||
post_install()
|
||||
{
|
||||
vmkdir usr/lib/ccache/bin
|
||||
|
|
Loading…
Reference in a new issue