don't build internal curl binary. just use the system's curl
curl is already listed as a dependency of this ebuild anyway
This commit is contained in:
parent
b70651927c
commit
5bc44ed3cf
|
@ -56,6 +56,7 @@ src_configure() {
|
||||||
tc-export CC CXX LD AR NM OBJDUMP RANLIB PKG_CONFIG
|
tc-export CC CXX LD AR NM OBJDUMP RANLIB PKG_CONFIG
|
||||||
|
|
||||||
local mycmakeargs=(
|
local mycmakeargs=(
|
||||||
|
-DUSE_OWN_CURL=OFF # own curl builds broken due to wrong url currently. skip it!
|
||||||
-DBUILD_SHARED_LIBS=OFF
|
-DBUILD_SHARED_LIBS=OFF
|
||||||
-DUSE_EXTERNAL_JSON=YES # Workaround for nlohmann_json
|
-DUSE_EXTERNAL_JSON=YES # Workaround for nlohmann_json
|
||||||
-DJSON_SOURCES="${WORKDIR}" # Workaround for nlohmann_json
|
-DJSON_SOURCES="${WORKDIR}" # Workaround for nlohmann_json
|
||||||
|
|
Loading…
Reference in a new issue