[OE-core] [PATCH] eglibc: Make ld.so.conf more flexible

Ben Shelton ben.shelton at ni.com
Wed Jul 23 22:41:30 UTC 2014


From: Brad Mouring <brad.mouring at ni.com>

Most modern distros will include conf files in /etc/ld.so.conf.d/
when generating the ld.so cache. This change will bring that flexibility.

Signed-off-by: Brad Mouring <brad.mouring at ni.com>
Signed-off-by: Ben Shelton <ben.shelton at ni.com>
Acked-by: Ken Sharp <ken.sharp at ni.com>
Acked-by: Rich Tollerton <rich.tollerton at ni.com>
---
 meta/recipes-core/eglibc/eglibc-2.19/etc/ld.so.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/eglibc/eglibc-2.19/etc/ld.so.conf b/meta/recipes-core/eglibc/eglibc-2.19/etc/ld.so.conf
index e69de29..83327c0 100644
--- a/meta/recipes-core/eglibc/eglibc-2.19/etc/ld.so.conf
+++ b/meta/recipes-core/eglibc/eglibc-2.19/etc/ld.so.conf
@@ -0,0 +1 @@
+include /etc/ld.so.conf.d/*.conf
-- 
2.0.2




More information about the Openembedded-core mailing list