File ppc-cpuid.patch of Package bulk_extractor
Index: bulk_extractor-1.4.0/configure
===================================================================
--- bulk_extractor-1.4.0.orig/configure
+++ bulk_extractor-1.4.0/configure
@@ -5560,7 +5560,7 @@ fi
# Do we have the CPUID instruction?
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
-#define cpuid(id) __asm__( "cpuid" : "=a"(eax), "=b"(ebx), "=c"(ecx), "=d"(edx) : "a"(id), "b"(0), "c"(0), "d"(0))
+#define cpuid(id) __asm__ volatile ( "cpuid" : "=a"(eax), "=b"(ebx), "=c"(ecx), "=d"(edx) : "a"(id), "b"(0), "c"(0), "d"(0))
int
main ()
{