mirror of https://gitee.com/openkylin/libvirt.git
bootstrap: Remove rsync from buildreq list
rsync is used to download .po files, but SKIP_PO=true is set and downloading .po files is skipped. This also fixes a problem with MinGW builds, because rsync is not available for MinGW.
This commit is contained in:
parent
0f7ba8c21c
commit
17f7220891
|
@ -129,7 +129,6 @@ git 1.5.5
|
|||
gzip -
|
||||
libtool -
|
||||
perl 5.5
|
||||
rsync -
|
||||
tar -
|
||||
"
|
||||
|
||||
|
|
Loading…
Reference in New Issue