mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +00:00
FreeBSD Porting done.
This commit is contained in:
parent
ee4dd7732e
commit
02773eff40
1 changed files with 5 additions and 0 deletions
|
|
@ -26,6 +26,11 @@ case $host in
|
|||
[1], [Disable SCTP])
|
||||
sctp=false;
|
||||
;;
|
||||
*-freebsd*)
|
||||
AC_DEFINE_UNQUOTED([SCTP_USE_MAPPED_ADDRESSES],
|
||||
[1], [Disable SCTP])
|
||||
sctp=true;
|
||||
;;
|
||||
*)
|
||||
sctp=true;
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue