Commit 848ce1ad authored by Matt Connolly's avatar Matt Connolly

Disable compiler warning for Solaris

parent aa84e851
......@@ -158,6 +158,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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment