From 4f0b8f30c981249012c958768e58857d5b4c27f5 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Thu, 26 Jul 2012 18:27:40 +0200 Subject: s3/aio_fork: fix build on irix IRIX needs _XOPEN_SOURCE defined for SCM_RIGHTS to be available --- lib/replace/libreplace_cc.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/replace/libreplace_cc.m4') diff --git a/lib/replace/libreplace_cc.m4 b/lib/replace/libreplace_cc.m4 index c7550473dd..e316f8b175 100644 --- a/lib/replace/libreplace_cc.m4 +++ b/lib/replace/libreplace_cc.m4 @@ -63,6 +63,7 @@ AC_SYS_LARGEFILE dnl Add #include for broken IRIX header files case "$host_os" in *irix6*) AC_ADD_INCLUDE() + AC_N_DEFINE(_XOPEN_SOURCE,600) ;; *hpux*) # mmap on HPUX is completely broken... -- cgit