From 98e1cae924ee953fff0900efb6da9d8da5376940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de> Date: Tue, 21 Jan 2025 14:23:33 +0100 Subject: [PATCH] fix: install standard unpatched version of libcgicc, because the patch is no longer necessary --- tasks/compile_callas_binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/compile_callas_binaries.yml b/tasks/compile_callas_binaries.yml index e2d9c8d..4cb3165 100644 --- a/tasks/compile_callas_binaries.yml +++ b/tasks/compile_callas_binaries.yml @@ -13,7 +13,7 @@ name: [ 'g++', 'git', - 'libcgicc-dev=3.2.19-1.1', + 'libcgicc-dev', 'make', ] state: present -- GitLab