The flag --rpath reads -R in Solaris

This commit is contained in:
jjgarcia 2003-10-31 16:34:35 +00:00
parent a92f3a2214
commit ea558e0284

2
src/aclocal.m4 vendored
View file

@ -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"
;;