From f8ff7b606264a420532d305bf0e4ff001a4a12fc Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Wed, 25 Jun 2025 14:40:06 +0200 Subject: ["@", "ssl", "", "exported crypto"]: make C++-related variable flexible In commit da17ef5b04815ea3c6605274141a2e2b3b53b217, boringssl was (among other dependencies) updated. Due to this updated, ["", "crytpo-lib"] became a C++ library instead of a C one. Therefore, the variables governing C++ compilation should be flexible as well. --- etc/import/TARGETS.boringssl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc') diff --git a/etc/import/TARGETS.boringssl b/etc/import/TARGETS.boringssl index 69bb781a..432bfec4 100644 --- a/etc/import/TARGETS.boringssl +++ b/etc/import/TARGETS.boringssl @@ -27,6 +27,9 @@ , "CC" , "CFLAGS" , "ADD_CFLAGS" + , "CXX" + , "CXXFLAGS" + , "ADD_CXXFLAGS" , "AR" , "ENV" ] -- cgit v1.2.3