summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/glibc')
-rw-r--r--meta/recipes-core/glibc/glibc-initial.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc-initial.inc b/meta/recipes-core/glibc/glibc-initial.inc
index 8e81f097aa..7214f71404 100644
--- a/meta/recipes-core/glibc/glibc-initial.inc
+++ b/meta/recipes-core/glibc/glibc-initial.inc
@@ -11,7 +11,8 @@ TOOLCHAIN_OPTIONS = " --sysroot=${STAGING_DIR_TCBOOTSTRAP}"
11do_configure () { 11do_configure () {
12 (cd ${S} && gnu-configize) || die "failure in running gnu-configize" 12 (cd ${S} && gnu-configize) || die "failure in running gnu-configize"
13 find ${S} -name "configure" | xargs touch 13 find ${S} -name "configure" | xargs touch
14 ${S}/configure --host=${TARGET_SYS} --build=${BUILD_SYS} \ 14 cfgscript=`python -c "import os; print os.path.relpath('${S}', '.')"`/configure
15 $cfgscript --host=${TARGET_SYS} --build=${BUILD_SYS} \
15 --prefix=/usr \ 16 --prefix=/usr \
16 --without-cvs --disable-sanity-checks \ 17 --without-cvs --disable-sanity-checks \
17 --with-headers=${STAGING_DIR_TARGET}${includedir} \ 18 --with-headers=${STAGING_DIR_TARGET}${includedir} \