Skip to content
Snippets Groups Projects
Unverified Commit d1494fe8 authored by Andrew W Elble's avatar Andrew W Elble Committed by GitHub
Browse files

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

parent cad21d6e
No related branches found
No related tags found
No related merge requests found
...@@ -59,6 +59,7 @@ class Perl(Package): # Perl doesn't use Autotools, it should subclass Package ...@@ -59,6 +59,7 @@ class Perl(Package): # Perl doesn't use Autotools, it should subclass Package
extendable = True extendable = True
depends_on('gdbm') depends_on('gdbm')
depends_on('berkeley-db')
# there has been a long fixed issue with 5.22.0 with regard to the ccflags # there has been a long fixed issue with 5.22.0 with regard to the ccflags
# definition. It is well documented here: # definition. It is well documented here:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment