svn commit: samba r9108 - in branches/SAMBA_4_0/source/build/m4: .

metze at samba.org metze at samba.org
Fri Aug 5 10:52:54 GMT 2005


Author: metze
Date: 2005-08-05 10:52:53 +0000 (Fri, 05 Aug 2005)
New Revision: 9108

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9108

Log:
try to get aix building...

metze

Modified:
   branches/SAMBA_4_0/source/build/m4/rewrite.m4


Changeset:
Modified: branches/SAMBA_4_0/source/build/m4/rewrite.m4
===================================================================
--- branches/SAMBA_4_0/source/build/m4/rewrite.m4	2005-08-05 10:51:45 UTC (rev 9107)
+++ branches/SAMBA_4_0/source/build/m4/rewrite.m4	2005-08-05 10:52:53 UTC (rev 9108)
@@ -28,6 +28,14 @@
       fi
     ;;
 #
+# on AIX having _LARGE_FILES and _LARGE_FILE_API defined
+# causes compile errors because function will declared 2 times
+# with different prototypes
+#
+    *aix*)
+      CPPFLAGS="$CPPFLAGS -D_POSIX_SOURCE"
+    ;;
+#
 # VOS may need to have POSIX support and System V compatibility enabled.
 #
     *vos*)



More information about the samba-cvs mailing list