[gnome-continuous-yocto/gnomeostree-3.14-dizzy] localedef fix for gcc5



commit c0a58ae35c9dcab964818914160fc1b98d3364b7
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date:   Mon Aug 17 12:11:56 2015 +0200

    localedef fix for gcc5
    
    http://patchwork.openembedded.org/patch/96873/

 .../glibc/cross-localedef-native_2.20.bb           |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meta/recipes-core/glibc/cross-localedef-native_2.20.bb 
b/meta/recipes-core/glibc/cross-localedef-native_2.20.bb
index ccf56a9..38f2af4 100644
--- a/meta/recipes-core/glibc/cross-localedef-native_2.20.bb
+++ b/meta/recipes-core/glibc/cross-localedef-native_2.20.bb
@@ -39,7 +39,7 @@ SRCREV_localedef = "c833367348d39dad7ba018990bfdaffaec8e9ed3"
 S = "${WORKDIR}/git"
 
 EXTRA_OECONF = "--with-glibc=${S}"
-CFLAGS += "-DNOT_IN_libc=1"
+CFLAGS += "-DNOT_IN_libc=1 -fgnu89-inline"
 
 do_configure () {
        ${S}/localedef/configure ${EXTRA_OECONF}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]