[EMAIL PROTECTED] writes:
> >void RE::Init(const char *pat, const RE_Options* options)
> > did change to
> >void RE::Init(const string& pat, const RE_Options* options)
>
> I guess I need to change the soname and hence the package name of the C++
> library, then create a new source package
>void RE::Init(const char *pat, const RE_Options* options)
> did change to
>void RE::Init(const string& pat, const RE_Options* options)
I guess I need to change the soname and hence the package name of the C++
library, then create a new source package of pcre 6.7 and build just a C++
libra
Package: libpcrecpp0
Version: 7.2-1
Severity: serious
- gDF .text Base _ZN7pcrecpp2RE4InitEPKcPKNS_10RE_OptionsE
+ gDF .text Base
_ZN7pcrecpp2RE4InitERKSsPKNS_10RE_OptionsE
void RE::Init(const char *pat, const RE_Options* options)
did change to
v
3 matches
Mail list logo