Package: liblrdf / 0.6.1-2

Metadata

Package Version Patches format
liblrdf 0.6.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
1001_disable_libtool_ version info.patch | (download)

src/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 reset soname to 0
 There was no need to change it need.  Would break everything.
1002_rename_clashing_md5_symbols.patch | (download)

src/md5.h | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 fix symbol conflicts with other md5 implementations.
 Exporting symbols like MD5_Init() is not a good idea.
 .
 This avoids issues like with former lowercased functions, which caused
 crashes when initializing the GStreamer when the LADSPA plugin is
 installed (which should be the case in all installations).  Essentially
 this made pidgin, empathy, totem and a lot of other applications
 unusable.