perl: add missing berkeley-db dependency (#17771)

This commit is contained in:
Andrew W Elble
2020-07-29 13:46:24 -04:00
committed by GitHub
parent cad21d6eb1
commit d1494fe8da

View File

@@ -59,6 +59,7 @@ class Perl(Package): # Perl doesn't use Autotools, it should subclass Package
extendable = True
depends_on('gdbm')
depends_on('berkeley-db')
# there has been a long fixed issue with 5.22.0 with regard to the ccflags
# definition. It is well documented here: