diff options
author | Holger Schurig <hs4233@mail.mn-solutions.de> | 2009-06-19 21:07:56 +0200 |
---|---|---|
committer | Holger Schurig <hs4233@mail.mn-solutions.de> | 2009-06-19 21:07:56 +0200 |
commit | f090fe6b95e9a4b60341ab324b56569ea447cba0 (patch) | |
tree | 415b03c093dde6b6b8979d88bef13d7853773477 /recipes/glibc/glibc-cvs-2.3.5 | |
parent | 4ba936611771031c0b0f33d22a59f865ec1c4787 (diff) |
glibc: move missing ld.so.conf into correct directory
my previous patch was erraneous (Thou shalt not develop on one box and
commit on another box ...)
Diffstat (limited to 'recipes/glibc/glibc-cvs-2.3.5')
-rw-r--r-- | recipes/glibc/glibc-cvs-2.3.5/etc/ld.so.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/glibc/glibc-cvs-2.3.5/etc/ld.so.conf b/recipes/glibc/glibc-cvs-2.3.5/etc/ld.so.conf new file mode 100644 index 0000000000..46e06d3f0a --- /dev/null +++ b/recipes/glibc/glibc-cvs-2.3.5/etc/ld.so.conf @@ -0,0 +1,2 @@ +/usr/local/lib + |