diff --git a/net-misc/curl/curl-7.37.0.recipe b/net-misc/curl/curl-7.37.0.recipe index eebf56f84..7c89e36ad 100644 --- a/net-misc/curl/curl-7.37.0.recipe +++ b/net-misc/curl/curl-7.37.0.recipe @@ -4,7 +4,7 @@ COPYRIGHT="1996-2014, Daniel Stenberg, . 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