diff --git a/net-libs/serf/serf-1.3.9.recipe b/net-libs/serf/serf-1.3.9.recipe index 719405088..cc73d2e06 100644 --- a/net-libs/serf/serf-1.3.9.recipe +++ b/net-libs/serf/serf-1.3.9.recipe @@ -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 }