summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-aout
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1995-03-19 21:20:09 +0000
committernate <nate@FreeBSD.org>1995-03-19 21:20:09 +0000
commit2d04d640970f4fccbb63d5ca1b7f921a4ed1e260 (patch)
tree749e2483fc00ebb8638fac8be73999dca975c540 /libexec/rtld-aout
parenta66b83935b58c8187a79cd90cf829ceba5b23f31 (diff)
downloadFreeBSD-src-2d04d640970f4fccbb63d5ca1b7f921a4ed1e260.zip
FreeBSD-src-2d04d640970f4fccbb63d5ca1b7f921a4ed1e260.tar.gz
Removed /usr/local/lib from the standard library search path to be
consistant. Programs shouldn't rely on non-standard paths for bringing in default libraries. Suggested by: Andreas Schulz <ats@freebsd.first.gmd.de>
Diffstat (limited to 'libexec/rtld-aout')
-rw-r--r--libexec/rtld-aout/shlib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rtld-aout/shlib.c b/libexec/rtld-aout/shlib.c
index 38cb2d1..f256508 100644
--- a/libexec/rtld-aout/shlib.c
+++ b/libexec/rtld-aout/shlib.c
@@ -27,7 +27,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: shlib.c,v 1.11 1995/01/05 02:36:29 swallace Exp $
+ * $Id: shlib.c,v 1.12 1995/03/04 17:46:09 nate Exp $
*/
#include <sys/param.h>
@@ -54,7 +54,7 @@ char *strsep();
* Standard directories to search for files specified by -l.
*/
#ifndef STANDARD_SEARCH_DIRS
-#define STANDARD_SEARCH_DIRS "/usr/lib", "/usr/local/lib"
+#define STANDARD_SEARCH_DIRS "/usr/lib"
#endif
/*
OpenPOWER on IntegriCloud