mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
serf: remove jobArgs for scons. fix build.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user