]> code.ossystems Code Review - openembedded-core.git/commitdiff
glibc: Avoid errors if you accidentally create a git symlink in the glibc source dir
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 Mar 2017 20:10:31 +0000 (20:10 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 May 2017 08:07:11 +0000 (09:07 +0100)
If you accidentally create symlinks in the glibc sources directory, it
fails in very hard to understand ways. Whilst most people don't do this,
since I debugged it, specifify the list of plugins we use to avoid
this biting anyone else.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/glibc/glibc_2.25.bb

index cf9c4f71b855c0baf83ae11a3c2dd87eedf5fc5f..ab6fbbea2a15ea4652c2ad9eb1f7b51042058e12 100644 (file)
@@ -73,7 +73,7 @@ EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
                 --without-cvs --disable-profile \
                 --disable-debug --without-gd \
                 --enable-clocale=gnu \
-                --enable-add-ons \
+                --enable-add-ons=libidn \
                 --with-headers=${STAGING_INCDIR} \
                 --without-selinux \
                 --enable-obsolete-rpc \