Ver Fonte

* solaris has to link to libsocket and libnsl when using socket
functions

git-svn-id: trunk@9294 -

Jonas Maebe há 17 anos atrás
pai
commit
1384a13d8b
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      rtl/solaris/unxsockh.inc

+ 2 - 0
rtl/solaris/unxsockh.inc

@@ -13,6 +13,8 @@
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 }
 }
 
 
+{$linklib libsocket.so}
+{$linklib libnsl.so}
 
 
 const
 const
   {
   {