[Pkg-telepathy-commits] [libnice] 13/265: Add special case to make it compile on Solaris

Simon McVittie smcv at debian.org
Wed May 14 12:04:47 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository libnice.

commit f3a68a35f6ac423376cc9e26d66fac9dd882bc97
Author: Tim Mooney <Tim.Mooney at ndsu.edu>
Date:   Tue Oct 29 16:52:12 2013 +0000

    Add special case to make it compile on Solaris
---
 configure.ac | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/configure.ac b/configure.ac
index d997f1e..35e4bc0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -99,6 +99,17 @@ dnl if asked for, add -Werror if supported
 if test "x$LIBNICE_RELEASE" != "xyes"; then
   LIBNICE_CFLAGS="$LIBNICE_CFLAGS -Werror"
 fi
+#
+# Fixes for Solaris
+#
+AC_SEARCH_LIBS([inet_pton],[nsl])
+AC_SEARCH_LIBS([socket],[socket inet])
+case $host in
+	*-*-solaris* )
+	AC_DEFINE(_XOPEN_SOURCE,          600, Needed to get declarations for msg_control and msg_controllen on Solaris)
+	AC_DEFINE(__EXTENSIONS__,         1, Needed to get declarations for msg_control and msg_controllen on Solaris)
+     ;;
+esac
 
 AC_SUBST(LIBNICE_CFLAGS)
 AC_MSG_NOTICE([set LIBNICE_CFLAGS to $LIBNICE_CFLAGS])

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/libnice.git



More information about the Pkg-telepathy-commits mailing list