diff options
-rw-r--r-- | var/spack/repos/builtin/packages/perl/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/perl/package.py b/var/spack/repos/builtin/packages/perl/package.py index ae47c8ce03..5333a92f3c 100644 --- a/var/spack/repos/builtin/packages/perl/package.py +++ b/var/spack/repos/builtin/packages/perl/package.py @@ -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: |