Add old version of zlib (#3549)

This commit is contained in:
Adam J. Stewart 2017-03-24 16:31:31 -05:00 committed by GitHub
parent 5297d3d2ff
commit c97d79b150

View File

@ -39,6 +39,7 @@ class Zlib(Package):
# Due to the bug fixes, any installations of 1.2.9 or 1.2.10 should be
# immediately replaced with 1.2.11.
version('1.2.8', '44d667c142d7cda120332623eab69f40')
version('1.2.3', 'debc62758716a169df9f62e6ab2bc634')
variant('pic', default=True,
description='Produce position-independent code (for shared libs)')