From: graichen Date: Mon, 5 May 1997 09:38:27 +0000 (+0000) Subject: add an ld.so.conf file to /etc for the mips arches - it is required X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1cac3d15ae205390e33a25e41754679a517de41a;p=openbsd 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 --- 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