keepalived: openssl is a link and build dependency (#17346)

This commit is contained in:
darmac 2020-07-03 06:13:24 +08:00 committed by GitHub
parent 06da1f195c
commit ff60f51a7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,4 +25,4 @@ class Keepalived(AutotoolsPackage):
version('2.0.12', sha256='fd50e433d784cfd948de5726752cf89ab7001f587fe10a5110c6c7cbda4b7b5e')
version('2.0.11', sha256='a298b0c02a20959cfc365b62c14f45abd50d5e0595b2869f5bce10ec2392fa48')
depends_on('openssl', type='build')
depends_on('openssl')