From: Mathieu Baudier Date: Thu, 6 Feb 2025 14:04:28 +0000 (+0100) Subject: Disable SSL as OpenSSL > v3 is required on bullseye X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=f34930020640d1369113ae1e1e4b30818eb2dab5;p=pkg%2Fggml%2Fsources%2Fllama.cpp Disable SSL as OpenSSL > v3 is required on bullseye --- diff --git a/debian/changelog b/debian/changelog index 367eeaca..0162608c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -llama-cpp (0.0.4631-1) unstable; urgency=medium +llama-cpp (0.0.4631-1~deb11u1) unstable; urgency=medium * Update upstream diff --git a/debian/rules b/debian/rules index 25419ddc..54c233ae 100755 --- a/debian/rules +++ b/debian/rules @@ -31,7 +31,7 @@ override_dh_auto_configure: -DLLAMA_BUILD_TESTS=OFF \ -DLLAMA_BUILD_SERVER=ON \ -DLLAMA_CURL=ON \ - -DLLAMA_SERVER_SSL=ON \ + -DLLAMA_SERVER_SSL=OFF \ override_dh_auto_install: dh_auto_install