changeset 73556:ebdf9d25121d

* s/openbsd.h (LD_SWITCH_SYSTEM): Add /usr/pkg/lib and /usr/pkg/lib to library search path.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 30 Oct 2006 23:04:39 +0000
parents 3f351640d09f
children 42f110ee25ea
files src/ChangeLog src/s/openbsd.h
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Oct 30 22:49:04 2006 +0000
+++ b/src/ChangeLog	Mon Oct 30 23:04:39 2006 +0000
@@ -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
--- a/src/s/openbsd.h	Mon Oct 30 22:49:04 2006 +0000
+++ b/src/s/openbsd.h	Mon Oct 30 23:04:39 2006 +0000
@@ -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