diff --git a/recipes/emulators/flycast/recipe.toml b/recipes/emulators/flycast/recipe.toml index 595cefa9a..8cce16b8a 100644 --- a/recipes/emulators/flycast/recipe.toml +++ b/recipes/emulators/flycast/recipe.toml @@ -7,7 +7,6 @@ dependencies = [ "curl", "libiconv", "liborbital", - "libpsl", "llvm", "mesa", "nghttp2", diff --git a/recipes/net/curl/recipe.toml b/recipes/net/curl/recipe.toml index b95690303..69078f6fb 100644 --- a/recipes/net/curl/recipe.toml +++ b/recipes/net/curl/recipe.toml @@ -6,7 +6,7 @@ upstream = "https://github.com/curl/curl.git" [build] template = "custom" dependencies = [ - "libpsl", + #TODO: git fails to build when this is a dependency: "libpsl", "nghttp2", "openssl1", "zlib" @@ -31,6 +31,7 @@ COOKBOOK_CONFIGURE_FLAGS=( --with-nghttp2="${COOKBOOK_SYSROOT}" --with-ssl="${COOKBOOK_SYSROOT}" --with-zlib="${COOKBOOK_SYSROOT}" + --without-libpsl ) cookbook_configure """