[oe-commits] [openembedded-core] 25/32: glibc: Check /etc/ld.so.conf.d/*.conf by default

git at git.openembedded.org git at git.openembedded.org
Wed May 9 10:25:17 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 98eac9ae7f653ef92737d8f5f114a5e10f940758
Author: Tom Rini <trini at konsulko.com>
AuthorDate: Fri Apr 20 13:55:23 2018 -0400

    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 <raj.khem at gmail.com>
    Signed-off-by: Tom Rini <trini at konsulko.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/glibc/glibc/etc/ld.so.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/glibc/glibc/etc/ld.so.conf b/meta/recipes-core/glibc/glibc/etc/ld.so.conf
index e69de29..83327c0 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list