From c76dcbb67316020cbc3d1ddc978c1af472562e4a Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 16 Dec 2014 02:34:05 +0000 Subject: Give Solaris a chance --- patch-for-solaris | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'patch-for-solaris') diff --git a/patch-for-solaris b/patch-for-solaris index 02f2e3c..2d1296b 100755 --- a/patch-for-solaris +++ b/patch-for-solaris @@ -7,6 +7,10 @@ patchit () { chmod 755 $1 } +# Solaris doesn't understand POSIX.1-2008 either. +sed -e 's/XOPEN_SOURCE=700/XOPEN_SOURCE=600/' < configure > configure.tmp +mv -f configure.tmp configure + patchit ./configure patchit ./tools/install.sh patchit ./tools/gen-deps.sh -- cgit v1.2.3