* s/openbsd.h (LD_SWITCH_SYSTEM): Add /usr/pkg/lib and
authorChong Yidong <cyd@stupidchicken.com>
Mon, 30 Oct 2006 23:04:39 +0000 (23:04 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 30 Oct 2006 23:04:39 +0000 (23:04 +0000)
/usr/pkg/lib to library search path.

src/ChangeLog
src/s/openbsd.h

index 27a229b..1b6772b 100644 (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
index 39e48da..3affdce 100644 (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