curl : bump, debug (#2042)

This commit is contained in:
miqlas
2018-01-03 12:10:54 +01:00
committed by Jérôme Duval
parent c8ca2e622f
commit 40945f2d9f

View File

@@ -11,7 +11,7 @@ COPYRIGHT="1996-2016 Daniel Stenberg"
LICENSE="Curl"
REVISION="1"
SOURCE_URI="https://curl.haxx.se/download/curl-$portVersion.tar.bz2"
CHECKSUM_SHA256="2594670367875e7d87b0f129b5e4690150780884d90244ba0fe3e74a778b5f90"
CHECKSUM_SHA256="c92fe31a348eae079121b73884065e600c533493eb50f1f6cee9c48a3f454826"
ADDITIONAL_FILES="curl.rdef"
ARCHITECTURES="?x86_gcc2 ?x86 x86_64 ?arm"
@@ -22,7 +22,6 @@ PROVIDES="
lib:libcurl$secondaryArchSuffix = 4.5.0 compat >= 4
cmd:curl$secondaryArchSuffix = $portVersion compat >= 7.16
"
REQUIRES="
haiku$secondaryArchSuffix
ca_root_certificates
@@ -62,6 +61,10 @@ BUILD_PREREQUIRES="
cmd:sed
"
defineDebugInfoPackage curl$secondaryArchSuffix \
$binDir/curl \
$libDir/libcurl.so.4.5.0
BUILD()
{
certsInstallDir="$portPackageLinksDir/ca_root_certificates"