[vlc-devel] [PATCH] configure: deprecate the Solaris port

Sean McGovern gseanmcg at gmail.com
Wed Jul 27 04:51:54 CEST 2016


---
 configure.ac |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 81551ee..1487355 100644
--- a/configure.ac
+++ b/configure.ac
@@ -285,7 +285,9 @@ case "${host_os}" in
     SYS=nto
     ;;
   solaris*)
-    SYS=solaris
+    dnl Until such time as Oracle deigns to implement POSIX.1-2008,
+    dnl this port remains untenable.
+    AC_MSG_ERROR([VLC on Unix derivatives requires system libraries conforming to POSIX.1-2008.])
     ;;
   hpux*)
     SYS=hpux
-- 
1.7.9.2



More information about the vlc-devel mailing list