From: Tom Rini Date: Fri, 20 Apr 2018 17:55:23 +0000 (-0400) Subject: glibc: Check /etc/ld.so.conf.d/*.conf by default X-Git-Tag: uninative-2.0~61 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1f03019356e3712435dbe4ed9f359992b0ad4578;p=openembedded-core.git glibc: Check /etc/ld.so.conf.d/*.conf by default The expected modern behavior for dealing with adding ld.so.conf entries is to add a file to /etc/ld.so.conf.d/. In order to do this, ld.so.conf needs to explicitly include that /etc/ld.so.conf.d/*.conf. Make it so. Cc: Khem Raj Signed-off-by: Tom Rini Signed-off-by: Ross Burton --- diff --git a/meta/recipes-core/glibc/glibc/etc/ld.so.conf b/meta/recipes-core/glibc/glibc/etc/ld.so.conf index e69de29bb2..83327c01bf 100644 --- a/meta/recipes-core/glibc/glibc/etc/ld.so.conf +++ b/meta/recipes-core/glibc/glibc/etc/ld.so.conf @@ -0,0 +1 @@ +include /etc/ld.so.conf.d/*.conf