Commit c388525f by Michael Meissner

Add -ldl for Solaris.

From-SVN: r11887
parent 477efd50
......@@ -1061,7 +1061,7 @@ scrti.o%s"
%{traditional:values-Xt.o%s} \
%{!traditional:values-Xa.o%s}} \
%{compat-bsd:-lucb -lsocket -lnsl -lelf -laio} \
%{!shared: %{!symbolic: -lc }}}"
%{!shared: %{!symbolic: -lc %{!static: -ldl} }}}"
#endif
#ifndef STARTFILE_SOLARIS_SPEC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment