0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-14 09:47:56 +08:00

Disable compiler warning for Solaris

This commit is contained in:
Matt Connolly 2013-09-27 11:20:09 +00:00 committed by Pieter Hintjens
parent 4dc36c0dba
commit d1b686b644

View File

@ -159,6 +159,7 @@ case "${host_os}" in
fi
# ssp library is required for libsodium on Solaris-like systems
LDFLAGS="-lssp $LDFLAGS"
CPPFLAGS="$CPPFLAGS -Wno-long-long"
;;
*freebsd*)
# Define on FreeBSD to enable all library features