Bug 2760

Summary: [PATCH] display correct libc version in crash dialog when uclibc is used
Product: Claws Mail (GTK 2) Reporter: Natanael Copa <ncopa>
Component: OtherAssignee: users
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P3    
Version: other   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
libc-version.patch
none
libc-version.patch with uclibc version none

Description Natanael Copa 2012-10-18 11:09:35 UTC
Created attachment 1172 [details]
libc-version.patch

uClibc defines __GNU_LIBRARY__ but has no gnu_get_libc_version().

Attache patch is what we use on Alpine Linux.
Comment 1 Natanael Copa 2012-10-18 11:22:18 UTC
Created attachment 1173 [details]
libc-version.patch with uclibc version

updated patch to include the version numbers.
Comment 2 users 2012-10-19 08:35:34 UTC
Changes related to this bug have been committed.
Please check latest CVS and update the bug accordingly.
You can also get the patch from:
http://www.claws-mail.org/tracker/

2012-10-19 [paul]	3.8.1cvs102

	* AUTHORS
	* src/crash.c
	* src/gtk/authors.h
		fix bug 2760, 'display correct libc version in crash dialog 
		when uclibc is used'.
		fixes build with uclibc. patch by Natanael Copa.