From 67cb7c05cf1a04e0d53fd32d7e894a50995e9c31 Mon Sep 17 00:00:00 2001 From: Philippe PITTOLI Date: Thu, 17 Oct 2019 10:38:19 +0200 Subject: [PATCH] curl: libressl adoption. --- curl/recipe.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/curl/recipe.spec b/curl/recipe.spec index 3ed96ab..477dfb6 100644 --- a/curl/recipe.spec +++ b/curl/recipe.spec @@ -1,8 +1,10 @@ name: curl version: 7.65.3 -release: 2 +release: 3 sources: https://curl.haxx.se/download/curl-%{version}.tar.gz -build-dependencies: make, openssl-dev + +# build-dependencies: make, openssl-dev +build-dependencies: make, libressl-dev @configure cd %{name}-%{version}