diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/s/openbsd.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 27a229b0f68..1b6772bf680 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-10-30 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * s/openbsd.h (LD_SWITCH_SYSTEM): Add /usr/pkg/lib and | ||
| 4 | /usr/pkg/lib to library search path. | ||
| 5 | |||
| 1 | 2006-10-29 Mark Davies <mark@mcs.vuw.ac.nz> (tiny change) | 6 | 2006-10-29 Mark Davies <mark@mcs.vuw.ac.nz> (tiny change) |
| 2 | 7 | ||
| 3 | * ralloc.c (relinquish): Use a long for excess space counter to | 8 | * ralloc.c (relinquish): Use a long for excess space counter to |
diff --git a/src/s/openbsd.h b/src/s/openbsd.h index 39e48da39a7..3affdce5ab9 100644 --- a/src/s/openbsd.h +++ b/src/s/openbsd.h | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | 23 | ||
| 24 | /* Han Boetes <han@mijncomputer.nl> says this | 24 | /* Han Boetes <han@mijncomputer.nl> says this |
| 25 | is necessary, otherwise Emacs dumps core on elf systems. */ | 25 | is necessary, otherwise Emacs dumps core on elf systems. */ |
| 26 | #define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp -Z | 26 | #define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp -Z -L/usr/pkg/lib -L/usr/local/lib |
| 27 | 27 | ||
| 28 | #else | 28 | #else |
| 29 | 29 | ||