libzmq: add libbsd as a dependency (#20828)

libzmq started using strlcpy from v4.3.3
This commit is contained in:
a-saitoh-fj 2021-01-13 17:48:03 +09:00 committed by GitHub
parent 5443558717
commit 5cfa3d5c59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,8 @@ class Libzmq(AutotoolsPackage):
depends_on('libtool', type='build', when='@develop')
depends_on('pkgconfig', type='build')
depends_on('libbsd', type='link', when='@4.3.3:')
conflicts('%gcc@8:', when='@:4.2.2')
def url_for_version(self, version):