apr: add depends_on ('libuuid', type='link') (#20261)

This commit is contained in:
h-denpo
2020-12-07 17:02:40 +09:00
committed by GitHub
parent 0fc36844b0
commit 3c2392554b

View File

@@ -17,3 +17,5 @@ class Apr(AutotoolsPackage):
version('1.5.2', sha256='1af06e1720a58851d90694a984af18355b65bb0d047be03ec7d659c746d6dbdb') version('1.5.2', sha256='1af06e1720a58851d90694a984af18355b65bb0d047be03ec7d659c746d6dbdb')
patch('missing_includes.patch', when='@1.7.0') patch('missing_includes.patch', when='@1.7.0')
depends_on('libuuid', type='link')