Updated libpcre to 8.12, this has been tested and known to work with Pe.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40750 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Scott McCreary 2011-03-01 02:34:41 +00:00
parent 1a2fb11cdb
commit c0f365bbae
1 changed files with 4 additions and 6 deletions

View File

@ -1409,17 +1409,15 @@ if [ IsOptionalHaikuImagePackageAdded PCRE ] {
Echo "No optional package PCRE available for $(TARGET_ARCH)" ;
} else {
if $(HAIKU_GCC_VERSION[1]) >= 4 {
InstallOptionalHaikuImagePackage pcre-7.9-x86-gcc4-2009-09-30.zip
: $(baseURL)/pcre-7.9-x86-gcc4-2009-09-30.zip
InstallOptionalHaikuImagePackage pcre-8.12-x86-gcc4-2011-02-28.zip
: $(baseURL)/pcre-8.12-x86-gcc4-2011-02-28.zip
;
} else {
InstallOptionalHaikuImagePackage
libpcre-8.02-r1a2-x86-gcc2-2010-04-28-a.zip
: $(baseURL)/libpcre-8.02-r1a2-x86-gcc2-2010-04-28-a.zip
libpcre-8.12-x86-gcc2-2011-02-28.zip
: $(baseURL)/libpcre-8.12-x86-gcc2-2011-02-28.zip
;
}
InstallSourceArchive libpcre-8.02_haiku-2010-04-29.tar.xz
: $(baseSourceURL)/2010/libpcre-8.02_haiku-2010-04-29.tar.xz ;
}
}