From 5bc44ed3cff50ac9ad2dbbf1e246b51955af9efe Mon Sep 17 00:00:00 2001 From: gered Date: Tue, 30 May 2023 21:53:16 -0400 Subject: [PATCH] don't build internal curl binary. just use the system's curl curl is already listed as a dependency of this ebuild anyway --- games-action/mcpelauncher-linux/mcpelauncher-linux-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/games-action/mcpelauncher-linux/mcpelauncher-linux-9999.ebuild b/games-action/mcpelauncher-linux/mcpelauncher-linux-9999.ebuild index c3ec05f..bd9229f 100644 --- a/games-action/mcpelauncher-linux/mcpelauncher-linux-9999.ebuild +++ b/games-action/mcpelauncher-linux/mcpelauncher-linux-9999.ebuild @@ -56,6 +56,7 @@ src_configure() { tc-export CC CXX LD AR NM OBJDUMP RANLIB PKG_CONFIG local mycmakeargs=( + -DUSE_OWN_CURL=OFF # own curl builds broken due to wrong url currently. skip it! -DBUILD_SHARED_LIBS=OFF -DUSE_EXTERNAL_JSON=YES # Workaround for nlohmann_json -DJSON_SOURCES="${WORKDIR}" # Workaround for nlohmann_json