Updated build of curl, with openssl-1.0.0c in place, should fix #7045

Fixed the filename of smpeg gcc4 build.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40042 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Scott McCreary 2010-12-30 04:36:47 +00:00
parent 2fd3b8b9c5
commit 209727818f
2 changed files with 3 additions and 3 deletions

View File

@ -295,7 +295,7 @@ if [ IsOptionalHaikuImagePackageAdded SDLLibs ] {
: $(baseURL)/lib/smjpeg-0.2.1-x86-gcc4-2010-10-30.zip ;
InstallOptionalHaikuImagePackage
smpeg-0.4.5-x86-gcc4-2010-10-29.zip
: $(baseURL)/lib/smpeg-0.4.5-x86-gcc4-2010-10-29.zip ;
: $(baseURL)/lib/smpeg-0.4.5-x86-gcc4-2010-10-30.zip ;
} else {
InstallOptionalHaikuImagePackage
libsdl-1.2-hg-x86-gcc2-2010-12-23.zip

View File

@ -474,8 +474,8 @@ if [ IsOptionalHaikuImagePackageAdded Curl ] {
if $(TARGET_ARCH) != x86 {
Echo "No optional package Curl available for $(TARGET_ARCH)" ;
} else if $(HAIKU_GCC_VERSION[1]) >= 4 {
InstallOptionalHaikuImagePackage curl-7.21.3-x86-gcc4-2010-12-23.zip
: $(baseURL)/curl-7.21.3-x86-gcc4-2010-12-23.zip
InstallOptionalHaikuImagePackage curl-7.21.3-x86-gcc4-2010-12-29.zip
: $(baseURL)/curl-7.21.3-x86-gcc4-2010-12-29.zip
: : true ;
} else {
InstallOptionalHaikuImagePackage curl-7.21.3-x86-gcc2-2010-12-23.zip