All of lore.kernel.org
 help / color / mirror / Atom feed
* angstrom: glibc: Using config files in /etc/ld.so.conf.d/
@ 2011-07-13 17:22 Howard D. Gray
  2011-07-14  1:27 ` Mark Hatle
  0 siblings, 1 reply; 4+ messages in thread
From: Howard D. Gray @ 2011-07-13 17:22 UTC (permalink / raw)
  To: openembedded-devel

Hi,

IMHO it would be useful if packages could install their own *.conf files
in  /etc/ld.so.conf.d/ so that non-standard directories could also be
used for libraries. Many other distributions allow this by using an
"include" line in /etc/ld.so.conf.

Is there any reason for not doing it like this, for example, and then
letting other packages add *.conf files to the directory as they require ?

---
diff --git a/recipes/glibc/glibc-2.10.1/etc/ld.so.conf
b/recipes/glibc/glibc-2.10.1/etc/ld.so.conf
index 46e06d3..c2ae026 100644
--- a/recipes/glibc/glibc-2.10.1/etc/ld.so.conf
+++ b/recipes/glibc/glibc-2.10.1/etc/ld.so.conf
@@ -1,2 +1,3 @@
 /usr/local/lib
+include /etc/ld.so.conf.d/*.conf






-- 
Howard


MATRIX VISION GmbH, Talstrasse 16, DE-71570 Oppenweiler
Registergericht: Amtsgericht Stuttgart, HRB 271090
Geschaeftsfuehrer: Gerhard Thullner, Werner Armingeon, Uwe Furtner, Erhard Meier



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-07-14 15:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-13 17:22 angstrom: glibc: Using config files in /etc/ld.so.conf.d/ Howard D. Gray
2011-07-14  1:27 ` Mark Hatle
2011-07-14 13:23   ` Howard D. Gray
2011-07-14 15:29     ` Mark Hatle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.