* [gentoo-commits] gentoo-x86 commit in dev-util/strace/files: strace-4.5.18-arm-cache.patch
@ 2009-05-30 0:17 Mike Frysinger (vapier)
0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2009-05-30 0:17 UTC (permalink / raw
To: gentoo-commits
vapier 09/05/30 00:17:43
Added: strace-4.5.18-arm-cache.patch
Log:
Fix build failure on arm due to missing cachectl.h #266014 by Pinky.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.1 dev-util/strace/files/strace-4.5.18-arm-cache.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/files/strace-4.5.18-arm-cache.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/strace/files/strace-4.5.18-arm-cache.patch?rev=1.1&content-type=text/plain
Index: strace-4.5.18-arm-cache.patch
===================================================================
http://bugs.gentoo.org/266014
ARM defines SYS_cacheflush but does not have asm/cachectl.h
--- a/system.c
+++ b/system.c
@@ -70,7 +70,7 @@
#include <linux/capability.h>
#endif
-#ifdef SYS_cacheflush
+#if defined(SYS_cacheflush) && !defined(ARM)
#include <asm/cachectl.h>
#endif
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-05-30 0:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-30 0:17 [gentoo-commits] gentoo-x86 commit in dev-util/strace/files: strace-4.5.18-arm-cache.patch Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox