Skip to content
Snippets Groups Projects
Unverified Commit 044b9d3e authored by darmac's avatar darmac Committed by GitHub
Browse files

mariadb: add depends package krb5 (#17583)

parent b25055c7
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,7 @@ class Mariadb(CMakePackage):
depends_on('msgpack-c')
depends_on('openssl')
depends_on('openssl@:1.0', when='@:10.1')
depends_on('krb5')
conflicts('%gcc@9.1.0:', when='@:5.5')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment