File liboil-random-data-warning.patch of Package liboil
--- liboil/liboilcpu.c
+++ liboil/liboilcpu.c
@@ -518,6 +518,7 @@
OIL_WARNING("L2 cache: %d kbytes, %d assoc, %d lines/tag, %d line size\n",
(ecx>>16)&0xffff, (ecx>>12)&0xf, (ecx>>8)&0xf, ecx&0xff);
}
+ return 0;
}
/* Reduce the set of CPU capabilities detected by whatever detection mechanism