Workaround missing libprocps.la

This commit is contained in:
Hiroaki ENDOH 2020-03-29 22:44:50 +09:00
parent d09445c597
commit d70c2844fd
No known key found for this signature in database
GPG Key ID: 9BB5D655F913811E

View File

@ -39,6 +39,11 @@ build() {
--disable-kill
# kill is provided by util-linux
# Workaround.
# See https://github.com/msys2/MSYS2-packages/pull/1908#issuecomment-605453647
make proc/libprocps.la
make install-libLTLIBRARIES
make -j1
}