From a42102f0c4c558ce28361c6899cf3b8a4ce95103 Mon Sep 17 00:00:00 2001 From: Thomas Graichen Date: Mon, 5 May 1997 09:38:35 +0000 Subject: add an ld.so.conf file to /etc for the mips arches - it is required for their broken linux based ld.so to work correctly with non /usr/lib shared libs --- etc/etc.arc/ld.so.conf | 2 ++ etc/etc.pmax/ld.so.conf | 2 ++ etc/etc.wgrisc/ld.so.conf | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 etc/etc.arc/ld.so.conf create mode 100644 etc/etc.pmax/ld.so.conf create mode 100644 etc/etc.wgrisc/ld.so.conf (limited to 'etc') diff --git a/etc/etc.arc/ld.so.conf b/etc/etc.arc/ld.so.conf new file mode 100644 index 00000000000..dfa65edb858 --- /dev/null +++ b/etc/etc.arc/ld.so.conf @@ -0,0 +1,2 @@ +/usr/local/lib +/usr/X11R6/lib diff --git a/etc/etc.pmax/ld.so.conf b/etc/etc.pmax/ld.so.conf new file mode 100644 index 00000000000..dfa65edb858 --- /dev/null +++ b/etc/etc.pmax/ld.so.conf @@ -0,0 +1,2 @@ +/usr/local/lib +/usr/X11R6/lib diff --git a/etc/etc.wgrisc/ld.so.conf b/etc/etc.wgrisc/ld.so.conf new file mode 100644 index 00000000000..dfa65edb858 --- /dev/null +++ b/etc/etc.wgrisc/ld.so.conf @@ -0,0 +1,2 @@ +/usr/local/lib +/usr/X11R6/lib -- cgit v1.2.3