vapier 14/09/04 06:49:22 Added: libpcre-8.35-export-output.patch Log: Add fix from upstream for exported symbols in C++ lib. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.1 dev-libs/libpcre/files/libpcre-8.35-export-output.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/files/libpcre-8.35-export-output.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libpcre/files/libpcre-8.35-export-output.patch?rev=1.1&content-type=text/plain Index: libpcre-8.35-export-output.patch =================================================================== fix from upstream to restore missing symbol --- pcre_stringpiece.h.in (revision 1499) +++ pcre_stringpiece.h.in (revision 1500) @@ -174,6 +174,6 @@ template<> struct __type_traits<pcrecpp: #endif // allow StringPiece to be logged -std::ostream& operator<<(std::ostream& o, const pcrecpp::StringPiece& piece); +PCRECPP_EXP_DECL std::ostream& operator<<(std::ostream& o, const pcrecpp::StringPiece& piece); #endif /* _PCRE_STRINGPIECE_H */
