Revert APR and APR-Util to pre-r41106 builds, until the issue reported in #7412
can be fixed properly. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41168 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -114,12 +114,12 @@ if [ IsOptionalHaikuImagePackageAdded APR ] {
|
|||||||
if $(TARGET_ARCH) != x86 {
|
if $(TARGET_ARCH) != x86 {
|
||||||
Echo "No optional package APR available for $(TARGET_ARCH)" ;
|
Echo "No optional package APR available for $(TARGET_ARCH)" ;
|
||||||
} else if $(HAIKU_GCC_VERSION[1]) >= 4 {
|
} else if $(HAIKU_GCC_VERSION[1]) >= 4 {
|
||||||
InstallOptionalHaikuImagePackage apr-1.4.2-x86-gcc4-2011-03-28.zip
|
InstallOptionalHaikuImagePackage apr-1.4.2-x86-gcc4-2010-11-12.zip
|
||||||
: $(baseURL)/apr-1.4.2-x86-gcc4-2011-03-28.zip
|
: $(baseURL)/apr-1.4.2-x86-gcc4-2010-11-12.zip
|
||||||
: : true ;
|
: : true ;
|
||||||
} else {
|
} else {
|
||||||
InstallOptionalHaikuImagePackage apr-1.4.2-x86-gcc2-2011-03-28.zip
|
InstallOptionalHaikuImagePackage apr-1.4.2-x86-gcc2-2010-10-13.zip
|
||||||
: $(baseURL)/apr-1.4.2-x86-gcc2-2011-03-28.zip
|
: $(baseURL)/apr-1.4.2-x86-gcc2-2010-10-13.zip
|
||||||
: : true ;
|
: : true ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -130,12 +130,12 @@ if [ IsOptionalHaikuImagePackageAdded APR-util ] {
|
|||||||
if $(TARGET_ARCH) != x86 {
|
if $(TARGET_ARCH) != x86 {
|
||||||
Echo "No optional package APR-util available for $(TARGET_ARCH)" ;
|
Echo "No optional package APR-util available for $(TARGET_ARCH)" ;
|
||||||
} else if $(HAIKU_GCC_VERSION[1]) >= 4 {
|
} else if $(HAIKU_GCC_VERSION[1]) >= 4 {
|
||||||
InstallOptionalHaikuImagePackage apr-util-1.3.10-x86-gcc4-2011-03-28.zip
|
InstallOptionalHaikuImagePackage apr-util-1.3.10-x86-gcc4-2010-11-12.zip
|
||||||
: $(baseURL)/apr-util-1.3.10-x86-gcc4-2011-03-28.zip
|
: $(baseURL)/apr-util-1.3.10-x86-gcc4-2010-11-12.zip
|
||||||
: : true ;
|
: : true ;
|
||||||
} else {
|
} else {
|
||||||
InstallOptionalHaikuImagePackage apr-util-1.3.10-x86-gcc2-2011-03-28.zip
|
InstallOptionalHaikuImagePackage apr-util-1.3.10-x86-gcc2-2010-10-13.zip
|
||||||
: $(baseURL)/apr-util-1.3.10-x86-gcc2-2011-03-28.zip
|
: $(baseURL)/apr-util-1.3.10-x86-gcc2-2010-10-13.zip
|
||||||
: : true ;
|
: : true ;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user