perl-perlio-gzip: add zlib dependency. (#13060)

This commit is contained in:
Toyohisa Kameyama 2019-10-09 10:51:39 +09:00 committed by Adam J. Stewart
parent 529d0f3e37
commit b0bf528ab3

View file

@ -14,3 +14,9 @@ class PerlPerlioGzip(PerlPackage):
version('0.20', '0393eae5d0b23df6cf40ed44af7d711c')
version('0.19', 'dbcfc1450f6b593b65048b8ced061c98')
depends_on('zlib', type='link')
def configure_args(self):
p = self.spec['zlib'].prefix.include
return ['INC=-I{0}'.format(p)]