mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 00:00:44 +00:00
let gcc have part in the great solaris building world
This commit is contained in:
parent
3a2f818387
commit
cb1cb69ee4
@ -428,7 +428,7 @@ case "$host" in
|
|||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
*-solaris2*)
|
*-solaris2*)
|
||||||
APR_ADDTO(SWITCH_AM_CFLAGS, -DPATH_MAX=2048)
|
APR_ADDTO(SWITCH_AM_CFLAGS, -DPATH_MAX=2048 -D__EXTENSIONS__)
|
||||||
APR_ADDTO(SWITCH_AM_LDFLAGS, -lsendfile -lresolv -lsocket -lnsl -luuid)
|
APR_ADDTO(SWITCH_AM_LDFLAGS, -lsendfile -lresolv -lsocket -lnsl -luuid)
|
||||||
APR_ADDTO(ESL_LDFLAGS, -lnsl -lsocket)
|
APR_ADDTO(ESL_LDFLAGS, -lnsl -lsocket)
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user