comparison src/s/openbsd.h @ 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 167aa6212e5a
children 42f110ee25ea
comparison
equal deleted inserted replaced
73555:3f351640d09f 73556:ebdf9d25121d
21 #undef LD_SWITCH_SYSTEM 21 #undef LD_SWITCH_SYSTEM
22 #ifdef __ELF__ 22 #ifdef __ELF__
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
30 #define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp 30 #define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp
31 31