diff options
| author | Eli Zaretskii | 2002-05-31 16:31:51 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-05-31 16:31:51 +0000 |
| commit | 420a345c0fe6c9911fcdc9925ae769986a0f2a4e (patch) | |
| tree | 21b3584de3c58df843d125f02dfbc6e88448f75e | |
| parent | 86bbfe7774359a43ecdb474845d24a6bfd825ba7 (diff) | |
| download | emacs-420a345c0fe6c9911fcdc9925ae769986a0f2a4e.tar.gz emacs-420a345c0fe6c9911fcdc9925ae769986a0f2a4e.zip | |
Include /usr/pkg in the run time shared library path.
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/s/netbsd.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 33f9ab7fac0..7f7c516c693 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-05-31 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * s/netbsd.h: Include /usr/pkg in the run time shared library path. | ||
| 4 | |||
| 1 | 2002-05-30 Richard M. Stallman <rms@gnu.org> | 5 | 2002-05-30 Richard M. Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * window.c (Fset_window_configuration): Correct the handling | 7 | * window.c (Fset_window_configuration): Correct the handling |
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 @@ | |||
| 77 | says where to find X windows at run time. We convert it to a -rpath option | 77 | says where to find X windows at run time. We convert it to a -rpath option |
| 78 | which is what OSF1 uses. */ | 78 | which is what OSF1 uses. */ |
| 79 | #define LD_SWITCH_SYSTEM_tmp `echo LD_SWITCH_X_SITE_AUX | sed -e 's/-R/-Wl,-rpath,/'` | 79 | #define LD_SWITCH_SYSTEM_tmp `echo LD_SWITCH_X_SITE_AUX | sed -e 's/-R/-Wl,-rpath,/'` |
| 80 | #define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp -L/usr/pkg/lib -L/usr/local/lib | 80 | #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 |
| 81 | 81 | ||
| 82 | /* The following is needed to make `configure' find Xpm, Xaw3d and | 82 | /* The following is needed to make `configure' find Xpm, Xaw3d and |
| 83 | image include and library files if using /usr/bin/gcc. That | 83 | image include and library files if using /usr/bin/gcc. That |