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 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
