From: Eli Zaretskii Date: Fri, 31 May 2002 16:30:19 +0000 (+0000) Subject: Include /usr/pkg in the run time shared library path. X-Git-Tag: emacs-pretest-21.2.91~248 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=da51786a4b0daae8e498ceb7a00ebc6227748593;p=emacs.git Include /usr/pkg in the run time shared library path. --- diff --git a/src/ChangeLog b/src/ChangeLog index 578f4fa5ac5..f679145dd55 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-05-31 Eli Zaretskii + + * s/netbsd.h: Include /usr/pkg in the run time shared library path. + 2002-05-25 Eli Zaretskii * emacs.c (main): Update copyright year. diff --git a/src/s/netbsd.h b/src/s/netbsd.h index 354ace7e9a0..7ed08ec05e3 100644 --- a/src/s/netbsd.h +++ b/src/s/netbsd.h @@ -77,7 +77,7 @@ says where to find X windows at run time. We convert it to a -rpath option which is what OSF1 uses. */ #define LD_SWITCH_SYSTEM_tmp `echo LD_SWITCH_X_SITE_AUX | sed -e 's/-R/-Wl,-rpath,/'` -#define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp -L/usr/pkg/lib -L/usr/local/lib +#define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp -Wl,-rpath,/usr/pkg/lib -L/usr/pkg/lib -Wl,-rpath,/usr/local/lib -L/usr/local/lib /* The following is needed to make `configure' find Xpm, Xaw3d and image include and library files if using /usr/bin/gcc. That