aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2006-10-30 23:04:39 +0000
committerChong Yidong2006-10-30 23:04:39 +0000
commit78667db7022dee95946f46176d284e1b9e1f00e2 (patch)
treeac2001ce4da854ff7b4da6a5c4e50fa213fb4baf /src
parent2d1dd54d7daeb318aa6a50d7fc93d436c666fde0 (diff)
downloademacs-78667db7022dee95946f46176d284e1b9e1f00e2.tar.gz
emacs-78667db7022dee95946f46176d284e1b9e1f00e2.zip
* s/openbsd.h (LD_SWITCH_SYSTEM): Add /usr/pkg/lib and
/usr/pkg/lib to library search path.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/s/openbsd.h2
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 @@
12006-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
12006-10-29 Mark Davies <mark@mcs.vuw.ac.nz> (tiny change) 62006-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