mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 05:29:21 +02:00
* solaris has to link to libsocket and libnsl when using socket
functions git-svn-id: trunk@9294 -
This commit is contained in:
parent
f704ee2d70
commit
1384a13d8b
@ -13,6 +13,8 @@
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
}
|
||||
|
||||
{$linklib libsocket.so}
|
||||
{$linklib libnsl.so}
|
||||
|
||||
const
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user