From 1cac3d15ae205390e33a25e41754679a517de41a Mon Sep 17 00:00:00 2001 From: graichen Date: Mon, 5 May 1997 09:38:27 +0000 Subject: [PATCH] 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 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 -- 2.20.1