Issue #13507: OS X installer builds now build liblzma for the new

lzma module.  (Patch by Nicholas Riley)
This commit is contained in:
Ned Deily 2012-04-01 00:17:33 -07:00
parent 5b072efc28
commit 4d4c0eeaf5
1 changed files with 11 additions and 0 deletions

View File

@ -143,6 +143,17 @@ USAGE = textwrap.dedent("""\
def library_recipes():
result = []
result.extend([
dict(
name="XZ 5.0.3",
url="http://tukaani.org/xz/xz-5.0.3.tar.gz",
checksum='fefe52f9ecd521de2a8ce38c21a27574',
configure_pre=[
'--disable-dependency-tracking',
]
)
])
if DEPTARGET < '10.5':
result.extend([
dict(