summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/glibc/cross-localedef-native_2.20.bb2
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 ccf56a9415..66119b1b5e 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"
39S = "${WORKDIR}/git" 39S = "${WORKDIR}/git"
40 40
41EXTRA_OECONF = "--with-glibc=${S}" 41EXTRA_OECONF = "--with-glibc=${S}"
42CFLAGS += "-DNOT_IN_libc=1" 42CFLAGS += "-fgnu89-inline -std=gnu99 -DNOT_IN_libc=1"
43 43
44do_configure () { 44do_configure () {
45 ${S}/localedef/configure ${EXTRA_OECONF} 45 ${S}/localedef/configure ${EXTRA_OECONF}