python/build/libs.py: re-enable verbose error strings

This compile-time option is not about debug logging, but about
curl_easy_strerror().

Closes https://github.com/MusicPlayerDaemon/MPD/issues/1670
This commit is contained in:
Max Kellermann 2022-11-28 16:08:18 +01:00
parent e9f6a3482c
commit cac88e8be5
2 changed files with 1 additions and 1 deletions

1
NEWS
View File

@ -8,6 +8,7 @@ ver 0.23.11 (not yet released)
- fix path traversal bug because backslash was allowed in playlist names
* Android/Windows
- update OpenSSL to 3.0.7
- re-enable CURL's verbose error strings
ver 0.23.10 (2022/10/14)
* storage

View File

@ -399,7 +399,6 @@ curl = CmakeProject(
[
'-DBUILD_CURL_EXE=OFF',
'-DBUILD_SHARED_LIBS=OFF',
'-DCURL_DISABLE_VERBOSE_STRINGS=ON',
'-DCURL_DISABLE_LDAP=ON',
'-DCURL_DISABLE_TELNET=ON',
'-DCURL_DISABLE_DICT=ON',