From 5b91c245552abbbf05a0d7960444b9ca63a33e1c Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 15 Apr 2011 09:12:55 +0000 Subject: testing/hardinfo: alpine and uclibc fixes --- testing/hardinfo/uclibc.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 testing/hardinfo/uclibc.patch (limited to 'testing/hardinfo/uclibc.patch') diff --git a/testing/hardinfo/uclibc.patch b/testing/hardinfo/uclibc.patch new file mode 100644 index 0000000000..c24e9ea1a1 --- /dev/null +++ b/testing/hardinfo/uclibc.patch @@ -0,0 +1,22 @@ +diff --git a/arch/linux/common/os.h b/arch/linux/common/os.h +index f3c2c2d..78bc78b 100644 +--- a/arch/linux/common/os.h ++++ b/arch/linux/common/os.h +@@ -49,6 +49,9 @@ err: + static gchar * + get_libc_version(void) + { ++#if defined(__UCLIBC__) ++ return g_strdup("uClibc"); ++#else + FILE *libc; + gchar buf[256], *tmp, *p; + +@@ -70,6 +73,7 @@ get_libc_version(void) + strstr(buf, " stable ") ? "" : "un"); + err: + return g_strdup("Unknown"); ++#endif + } + + static gchar * -- cgit v1.2.3