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:
parent
e9f6a3482c
commit
cac88e8be5
1
NEWS
1
NEWS
|
@ -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
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue