]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
Fix cURL support in Debian packaging
authorMathieu Baudier <redacted>
Tue, 21 Jan 2025 12:58:53 +0000 (13:58 +0100)
committerMathieu Baudier <redacted>
Tue, 21 Jan 2025 12:58:53 +0000 (13:58 +0100)
debian/control
debian/rules

index a672883615c83d7a5352dec5f280b9f0fd0cab96..9a4e5622cf68fd9f3b9e0dd69c18c6de12587fc0 100644 (file)
@@ -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).
index 5ce330232a2c6b6b8730cc8549b756fad32268f8..cf89e3542aad08bd4d9179a3147183b91f543c3c 100755 (executable)
@@ -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: