perl: add missing berkeley-db dependency (#17771)
This commit is contained in:
parent
cad21d6eb1
commit
d1494fe8da
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user