From e353e7169e6ec68ee7bb520b3a0240928ee19b0f Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Fri, 24 Feb 2023 16:53:59 +0100 Subject: libcurl: Update to latest v7.88.1 Main updates to build description: - remove unused defines of type "HAVE__H" - add new variables that allow users to set explicitly the presence of some lib symbols - replace most defines of type "HAVE_" with "USE_" (to match the flag names) - added GLOBs (where it made sense) for increased maintainability --- etc/defaults/CC/TARGETS.curl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'etc/defaults') diff --git a/etc/defaults/CC/TARGETS.curl b/etc/defaults/CC/TARGETS.curl index 968243e4..1bf560d1 100644 --- a/etc/defaults/CC/TARGETS.curl +++ b/etc/defaults/CC/TARGETS.curl @@ -28,10 +28,6 @@ ] } , ["-DHAVE_CONFIG_H", "-DBUILDING_LIBCURL"] - , { "type": "if" - , "cond": {"type": "var", "name": "CURL_ENABLE_SSL"} - , "then": ["-DOPENSSL_SUPPRESS_DEPRECATED"] - } , { "type": "if" , "cond": { "type": "==" -- cgit v1.2.3