mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-06 00:31:13 +01:00
add Haiku support
* link against libnetwork.so for network functions.
This commit is contained in:
parent
aafdeb7687
commit
23f89f4671
@ -230,6 +230,10 @@ case "${host_os}" in
|
|||||||
LIBZMQ_CHECK_LANG_FLAG_PREPEND([-Wno-uninitialized])
|
LIBZMQ_CHECK_LANG_FLAG_PREPEND([-Wno-uninitialized])
|
||||||
AC_LANG_POP([C++])
|
AC_LANG_POP([C++])
|
||||||
;;
|
;;
|
||||||
|
*haiku*)
|
||||||
|
AC_DEFINE(ZMQ_HAVE_HAIKU, 1, [Have Haiku OS])
|
||||||
|
AC_CHECK_LIB(network, socket)
|
||||||
|
;;
|
||||||
*netbsd*)
|
*netbsd*)
|
||||||
# Define on NetBSD to enable all library features
|
# Define on NetBSD to enable all library features
|
||||||
CPPFLAGS="-D_NETBSD_SOURCE $CPPFLAGS"
|
CPPFLAGS="-D_NETBSD_SOURCE $CPPFLAGS"
|
||||||
|
Loading…
Reference in New Issue
Block a user