Source: linuxinfo Severity: normal Tags: patch Dear Maintainer,
The package linuxinfo fails to build from source on ppc and ppc64el, because the file linuxinfo_ppc.c is missing a closing bracket. The patch attached just adds it. Regards. Fernando
--- a/linuxinfo_ppc.c
+++ b/linuxinfo_ppc.c
@@ -62,7 +62,7 @@
{
megahertz = atoi(temp_string2);
}
-
+ }
if (!(strncmp(temp_string, "bogomips", strlen("bogomips"))))
{
sscanf(temp_string2, "%f", &tempbogo);

