* s/openbsd.h (LD_SWITCH_SYSTEM): Add /usr/pkg/lib and

/usr/pkg/lib to library search path.
This commit is contained in:
Chong Yidong 2006-10-30 23:04:39 +00:00
parent 2d1dd54d7d
commit 78667db702
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-10-30 Chong Yidong <cyd@stupidchicken.com>
* s/openbsd.h (LD_SWITCH_SYSTEM): Add /usr/pkg/lib and
/usr/pkg/lib to library search path.
2006-10-29 Mark Davies <mark@mcs.vuw.ac.nz> (tiny change)
* ralloc.c (relinquish): Use a long for excess space counter to

View file

@ -23,7 +23,7 @@
/* Han Boetes <han@mijncomputer.nl> says this
is necessary, otherwise Emacs dumps core on elf systems. */
#define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp -Z
#define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp -Z -L/usr/pkg/lib -L/usr/local/lib
#else