mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
Build on solaris.
This commit is contained in:
parent
0939d13a72
commit
c10e7c3288
1 changed files with 3 additions and 0 deletions
|
@ -147,6 +147,9 @@ EOF
|
|||
fi
|
||||
;;
|
||||
|
||||
*solaris*)
|
||||
LIBS="$LIBS -lsocket -lnsl"
|
||||
;;
|
||||
|
||||
esac
|
||||
AM_CONDITIONAL([HAVE_BEOS],[test "x$beos" = "xyes"])
|
||||
|
|
Loading…
Reference in a new issue