mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-02 10:40:31 -08:00
The flag --rpath reads -R in Solaris
This commit is contained in:
parent
a92f3a2214
commit
ea558e0284
1 changed files with 1 additions and 1 deletions
2
src/aclocal.m4
vendored
2
src/aclocal.m4
vendored
|
|
@ -146,7 +146,7 @@ case "${host_os}" in
|
|||
solaris*)
|
||||
thehost="sun4sol2"
|
||||
SHARED_LDFLAGS="-dy -G"
|
||||
LDRPATH="-Wl,--rpath,~A"
|
||||
LDRPATH="-Wl,-R,~A"
|
||||
TCPLIBS="-lsocket -lnsl -lintl"
|
||||
CLIBS="-ldl"
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue