]> git.eshelyaron.com Git - emacs.git/commitdiff
Include /usr/pkg in the run time shared library path.
authorEli Zaretskii <eliz@gnu.org>
Fri, 31 May 2002 16:31:51 +0000 (16:31 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 31 May 2002 16:31:51 +0000 (16:31 +0000)
src/ChangeLog
src/s/netbsd.h

index 33f9ab7fac07ba36585f807c823302333e9920bc..7f7c516c693cb1686d371fcf3b0f03763f19e792 100644 (file)
@@ -1,3 +1,7 @@
+2002-05-31  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * s/netbsd.h: Include /usr/pkg in the run time shared library path.
+
 2002-05-30  Richard M. Stallman  <rms@gnu.org>
 
        * window.c (Fset_window_configuration): Correct the handling
index 354ace7e9a04f67797bd49b63a090777b0b3fd50..7ed08ec05e309b9d10b92321c3fd17642bfc8320 100644 (file)
@@ -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