mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-19 15:33:56 +00:00
Remove /usr/X386/lib and /usr/local/lib from the default locations,
these are handled by /etc/rc and this was causing errors on a new install as these places do NOT exsist by default!
This commit is contained in:
parent
9f808f21bf
commit
825079654d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1132
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* $Id: shlib.c,v 1.5 1993/12/04 00:53:02 jkh Exp $
|
||||
* $Id: shlib.c,v 1.6 1993/12/11 11:58:29 jkh Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -25,7 +25,7 @@ char *strsep();
|
||||
* Standard directories to search for files specified by -l.
|
||||
*/
|
||||
#ifndef STANDARD_SEARCH_DIRS
|
||||
#define STANDARD_SEARCH_DIRS "/usr/lib", "/usr/X386/lib", "/usr/local/lib"
|
||||
#define STANDARD_SEARCH_DIRS "/usr/lib"
|
||||
#endif
|
||||
|
||||
char *standard_search_dirs[] = {
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* $Id: shlib.c,v 1.5 1993/12/04 00:53:02 jkh Exp $
|
||||
* $Id: shlib.c,v 1.6 1993/12/11 11:58:29 jkh Exp $
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
@ -25,7 +25,7 @@ char *strsep();
|
||||
* Standard directories to search for files specified by -l.
|
||||
*/
|
||||
#ifndef STANDARD_SEARCH_DIRS
|
||||
#define STANDARD_SEARCH_DIRS "/usr/lib", "/usr/X386/lib", "/usr/local/lib"
|
||||
#define STANDARD_SEARCH_DIRS "/usr/lib"
|
||||
#endif
|
||||
|
||||
char *standard_search_dirs[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user