mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-13 03:06:23 -08:00
Include /usr/pkg in the run time shared library path.
This commit is contained in:
parent
86bbfe7774
commit
420a345c0f
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue