diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-02-24 16:53:59 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-02-27 10:26:13 +0100 |
commit | e353e7169e6ec68ee7bb520b3a0240928ee19b0f (patch) | |
tree | 93ad450c04731a5e3004f66d7ade63b632131052 /etc/defaults | |
parent | 8fe2040350b23aba3f1142ab75a4cace5d654a87 (diff) | |
download | justbuild-e353e7169e6ec68ee7bb520b3a0240928ee19b0f.tar.gz |
libcurl: Update to latest v7.88.1
Main updates to build description:
- remove unused defines of type "HAVE_<lib>_H"
- add new variables that allow users to set explicitly the presence of some lib symbols
- replace most defines of type "HAVE_<lib>" with "USE_<lib>" (to match the flag names)
- added GLOBs (where it made sense) for increased maintainability
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/CC/TARGETS.curl | 4 |
1 files changed, 0 insertions, 4 deletions
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 @@ -29,10 +29,6 @@ } , ["-DHAVE_CONFIG_H", "-DBUILDING_LIBCURL"] , { "type": "if" - , "cond": {"type": "var", "name": "CURL_ENABLE_SSL"} - , "then": ["-DOPENSSL_SUPPRESS_DEPRECATED"] - } - , { "type": "if" , "cond": { "type": "==" , "$1": {"type": "var", "name": "COMPILER_FAMILY"} |