Revert part of previous curl change.

Olta pointed out that using the package links is indeed the correct way
to handle the absolute location of the ca root certificates, and this
change was not needed for things to work.
This commit is contained in:
Adrien Destugues
2014-08-01 10:16:46 +02:00
parent 63cbccd3a7
commit a357b016cf

View File

@@ -4,7 +4,7 @@ COPYRIGHT="1996-2014, Daniel Stenberg, <daniel@haxx.se>. All rights reserved."
LICENSE="Curl"
SRC_URI="http://curl.haxx.se/download/curl-$portVersion.tar.bz2"
CHECKSUM_SHA256="24502492de3168b0556d8e1a06f14f7589e57b204917d602a572e14239b3e09e"
REVISION="2"
REVISION="3"
ARCHITECTURES="x86_gcc2 x86 x86_64 arm"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
@@ -43,7 +43,8 @@ BUILD_PREREQUIRES="
BUILD()
{
certsDir="$dataDir/ssl"
certsInstallDir="$portPackageLinksDir/ca_root_certificates"
certsDir="$certsInstallDir/$relativeDataRootDir/ssl"
libtoolize --force --copy --install
autoconf