diff options
author | P. J. McDermott <pjm@nac.net> | 2012-04-22 14:53:39 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-04-22 14:53:39 (EDT) |
commit | f91e916cf044cb1d9512bf70dfa52b13145af666 (patch) | |
tree | 1a56f0ee1cb32ef305649066e5a53ecf210921ab | |
parent | 3a5168e02d1e6776ac7f7a50625e5c6cffd07c72 (diff) |
Write a dynamic linker configuration.
-rw-r--r-- | src/etc/ld.so.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/etc/ld.so.conf b/src/etc/ld.so.conf new file mode 100644 index 0000000..04f3479 --- /dev/null +++ b/src/etc/ld.so.conf @@ -0,0 +1,4 @@ +# /etc/ld.so.conf + +/usr/local/lib +/opt/lib |