From: Mathieu Baudier Date: Tue, 21 Jan 2025 12:58:53 +0000 (+0100) Subject: Fix cURL support in Debian packaging X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=dfbac83dd94deb92b4bfaf7115d130d3c951574b;p=pkg%2Fggml%2Fsources%2Fllama.cpp Fix cURL support in Debian packaging --- diff --git a/debian/control b/debian/control index a6728836..9a4e5622 100644 --- a/debian/control +++ b/debian/control @@ -46,6 +46,6 @@ Package: llama-cpp-dev Architecture: any Priority: optional Depends: ${misc:Depends}, - libllama-dev + libllama-dev, libcurl4-openssl-dev, libssl-dev Description: Inference of LLMs in pure C/C++ (common static library) Llama.cpp inference of LLMs in pure C/C++ (common static library). diff --git a/debian/rules b/debian/rules index 5ce33023..cf89e354 100755 --- a/debian/rules +++ b/debian/rules @@ -29,7 +29,7 @@ override_dh_auto_configure: -DLLAMA_ALL_WARNINGS=OFF \ -DLLAMA_BUILD_TESTS=OFF \ -DLLAMA_BUILD_SERVER=ON \ - -DLLAMA_USE_CURL=ON \ + -DLLAMA_CURL=ON \ -DLLAMA_SERVER_SSL=ON \ override_dh_auto_install: