Solaris 5.10 has poll(), so set try_poll_syscall="yes" in configure
in order to enable it. Otherwise Solaris 5.10 has issues building.
This commit is contained in:
parent
c5f821b641
commit
ff185cf743
1
src/configure
vendored
1
src/configure
vendored
|
@ -3932,6 +3932,7 @@ case "$host_os" in
|
|||
LIBS="$LIBS -lsocket -lnsl -lintl"
|
||||
need_gcc_static_libgcc="yes"
|
||||
check_gcc_dash_e="yes"
|
||||
try_poll_syscall="yes"
|
||||
;;
|
||||
aix*)
|
||||
enable_cgcdefault="yes"
|
||||
|
|
|
@ -470,6 +470,7 @@ case "$host_os" in
|
|||
LIBS="$LIBS -lsocket -lnsl -lintl"
|
||||
need_gcc_static_libgcc="yes"
|
||||
check_gcc_dash_e="yes"
|
||||
try_poll_syscall="yes"
|
||||
;;
|
||||
aix*)
|
||||
enable_cgcdefault="yes"
|
||||
|
|
Loading…
Reference in New Issue
Block a user