mirror of
https://github.com/NixOS/nix
synced 2025-07-08 06:53:54 +02:00
* Doh.
This commit is contained in:
parent
23e933b3b3
commit
4de3e2a0db
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ fi
|
|||
|
||||
|
||||
# Solaris-specific stuff.
|
||||
if [ "$sys_name" = sunos ]; then
|
||||
if test "$sys_name" = sunos; then
|
||||
# Solaris requires -lsocket -lnsl for network functions
|
||||
LIBS="-lsocket -lnsl $LIBS"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue