nfs-utils: fix compile error on debian (#17292)

use pkgconfig to detect libtirpc
This commit is contained in:
darmac 2020-06-29 21:18:51 +08:00 committed by GitHub
parent 01357d4925
commit 7161b33364
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ class NfsUtils(AutotoolsPackage):
version('2.4.1', sha256='c0dda96318af554881f4eb1590bfe91f1aba2fba59ed2ac3ba099f80fdf838e9')
version('2.3.4', sha256='36e70b0a583751ead0034ebe5d8826caf2dcc7ee7c0beefe94d6ee5a3b0b2484')
depends_on('pkgconfig', type='build')
depends_on('libtirpc')
depends_on('libevent')
depends_on('libdmx')