From ae3eeac13b6b3949641909aa1c14567cb3c91a62 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Wed, 28 Oct 2009 14:07:36 +0000 Subject: [PATCH] Updated build of python-2.6.4 to include patch from Chris Roberts which fixed zlib support. This fixes HaikuPorts ticket #239 git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33810 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/OptionalPackages | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/jam/OptionalPackages b/build/jam/OptionalPackages index 9d6cb3575d..18dfa3fc72 100644 --- a/build/jam/OptionalPackages +++ b/build/jam/OptionalPackages @@ -793,8 +793,8 @@ if [ IsOptionalHaikuImagePackageAdded Python ] { if $(TARGET_ARCH) != x86 { Echo "No optional package Python available for $(TARGET_ARCH)" ; } else { - InstallOptionalHaikuImagePackage python-2.6.4-x86-gcc2-2009-10-27 - : $(baseURL)/python-2.6.4-x86-gcc2-2009-10-27.zip + InstallOptionalHaikuImagePackage python-2.6.4-x86-gcc2-2009-10-28 + : $(baseURL)/python-2.6.4-x86-gcc2-2009-10-28.zip : : true ;