From e790fa3d92381c6b34dcae41d9a8d65901ff9619 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de>
Date: Fri, 12 Jul 2024 16:02:27 +0200
Subject: [PATCH] feat: remove CXX flags from make call for Callas binaries
 (thx @Romeyke)

---
 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 2600105..ec9a289 100644
--- a/tasks/compile_callas_binaries.yml
+++ b/tasks/compile_callas_binaries.yml
@@ -65,5 +65,5 @@
 # inline. Molecule errors are turned off for this.
 - name: compile PDF/A-Webservice binary    # noqa command-instead-of-shell
   ansible.builtin.shell:
-    cmd: 'CXXFLAGS="-std=c++11" make --directory /opt/pdfa_webservice/src/'
+    cmd: 'make --directory /opt/pdfa_webservice/src/'
   changed_when: false    # This always changes, because the dest path is fresh.
-- 
GitLab