Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.1
libnxml
libnxml-curl_compat.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File libnxml-curl_compat.patch of Package libnxml
--- src/nxml_error.c.orig 2010-02-17 20:15:49.000000000 +0100 +++ src/nxml_error.c 2010-02-17 20:21:39.000000000 +0100 @@ -24,6 +24,10 @@ #include "nxml.h" +#if LIBCURL_VERSION_MAJOR < 7 || (LIBCURL_VERSION_MAJOR == 7 && LIBCURL_VERSION_MINOR < 12) +#define curl_easy_strerror(code) "Download error" +#endif + char * nxml_strerror (nxml_t * nxml, nxml_error_t err) {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor