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:
Gered 2023-05-30 21:53:16 -04:00
parent b70651927c
commit 5bc44ed3cf

View file

@ -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