Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:dirkmueller:acdc:as_python3_module
yaml-cpp.25171
yaml-cpp-abi-breakage.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File yaml-cpp-abi-breakage.patch of Package yaml-cpp.25171
Index: yaml-cpp-yaml-cpp-0.6.3/src/node_data.cpp =================================================================== --- yaml-cpp-yaml-cpp-0.6.3.orig/src/node_data.cpp +++ yaml-cpp-yaml-cpp-0.6.3/src/node_data.cpp @@ -17,6 +17,11 @@ const std::string& node_data::empty_scal static const std::string svalue; return svalue; } +extern "C" { +// provides 0.6.1 ABI compatibility for: +// std::string node_data::empty_scalar; +std::string _ZN4YAML6detail9node_data12empty_scalarB5cxx11E; +} node_data::node_data() : m_isDefined(false),
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