+llama.cpp (0.0.7446-1) unstable; urgency=medium
+
+ * Update upstream
+
+ -- Mathieu Baudier <mbaudier@argeo.org> Sat, 27 Dec 2025 11:01:11 +0000
+
llama.cpp (0.0.7011-1) unstable; urgency=medium
* Update upstream
2 files changed, 8 insertions(+)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index 630b2cd..0c225c5 100644
+index 4192af7..39db7ef 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
-@@ -142,4 +142,8 @@ if (BUILD_SHARED_LIBS)
+@@ -152,4 +152,8 @@ if (BUILD_SHARED_LIBS)
set_target_properties(llama PROPERTIES POSITION_INDEPENDENT_CODE ON)
target_compile_definitions(llama PRIVATE LLAMA_BUILD)
target_compile_definitions(llama PUBLIC LLAMA_SHARED)
+ endif()
endif()
diff --git a/tools/mtmd/CMakeLists.txt b/tools/mtmd/CMakeLists.txt
-index 2381012..9ab925b 100644
+index e7f3067..5a37e85 100644
--- a/tools/mtmd/CMakeLists.txt
+++ b/tools/mtmd/CMakeLists.txt
-@@ -35,6 +35,10 @@ set_target_properties(mtmd
+@@ -56,6 +56,10 @@ set_target_properties(mtmd
PROPERTIES
PUBLIC_HEADER "${MTMD_PUBLIC_HEADERS}")
-DLLAMA_BUILD_TOOLS=ON \
-DLLAMA_BUILD_EXAMPLES=OFF \
-DLLAMA_BUILD_TESTS=OFF \
- -DLLAMA_BUILD_SERVER=OFF
+ -DLLAMA_BUILD_SERVER=ON
# Use build/ for output, so that it is in the .gitignore of upstream
%: