summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/mdadm/mdadm_3.3.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/mdadm/mdadm_3.3.bb b/meta/recipes-extended/mdadm/mdadm_3.3.bb
index cfb9ccd5c3..596b04ded8 100644
--- a/meta/recipes-extended/mdadm/mdadm_3.3.bb
+++ b/meta/recipes-extended/mdadm/mdadm_3.3.bb
@@ -25,11 +25,12 @@ do_configure_prepend () {
25} 25}
26 26
27EXTRA_OEMAKE = "CHECK_RUN_DIR=0" 27EXTRA_OEMAKE = "CHECK_RUN_DIR=0"
28# PPC64 uses long long for u64 in the kernel, but powerpc's asm/types.h 28# PPC64 and MIPS64 uses long long for u64 in the kernel, but powerpc's asm/types.h
29# prevents 64-bit userland from seeing this definition, instead defaulting 29# prevents 64-bit userland from seeing this definition, instead defaulting
30# to u64 == long in userspace. Define __SANE_USERSPACE_TYPES__ to get 30# to u64 == long in userspace. Define __SANE_USERSPACE_TYPES__ to get
31# int-ll64.h included 31# int-ll64.h included
32EXTRA_OEMAKE_append_powerpc64 = ' CFLAGS=-D__SANE_USERSPACE_TYPES__' 32EXTRA_OEMAKE_append_powerpc64 = ' CFLAGS=-D__SANE_USERSPACE_TYPES__'
33EXTRA_OEMAKE_append_mips64 = ' CFLAGS=-D__SANE_USERSPACE_TYPES__'
33 34
34do_compile() { 35do_compile() {
35 oe_runmake 36 oe_runmake