serf: remove jobArgs for scons. fix build.

This commit is contained in:
Gerasim Troeglazov
2020-06-10 15:03:20 +10:00
parent 5ff63d102a
commit f09e7d5f0a

View File

@@ -6,7 +6,7 @@ transformations are kept to a minimum to provide high performance operation."
HOMEPAGE="https://serf.apache.org/"
COPYRIGHT="2002-2019 Justin Erenkrantz and Greg Stein"
LICENSE="Apache v2"
REVISION="8"
REVISION="9"
SOURCE_URI="https://archive.apache.org/dist/serf/serf-$portVersion.tar.bz2"
CHECKSUM_SHA256="549c2d21c577a8a9c0450facb5cca809f26591f048e466552240947bdf7a87cc"
PATCHES="
@@ -72,7 +72,7 @@ BUILD()
apr=$portPackageLinksDir/cmd~apr_1_config$secondaryArchSuffix/bin$archDir/apr-1-config
apu=$portPackageLinksDir/cmd~apu_1_config$secondaryArchSuffix/bin$archDir/apu-1-config
gcc=$portPackageLinksDir/cmd~gcc$secondaryArchSuffix/bin$archDir/gcc
scons $jobArgs OPENSSL=$portPackageLinksDir/devel~libssl$secondaryArchSuffix \
scons OPENSSL=$portPackageLinksDir/devel~libssl$secondaryArchSuffix \
ZLIB=/system APR=$apr APU=$apu PREFIX=$prefix CC=$gcc
}