svn commit: samba r18913 - in branches/SAMBA_4_0/source/lib/replace: .

tridge at samba.org tridge at samba.org
Tue Sep 26 03:11:32 GMT 2006


Author: tridge
Date: 2006-09-26 03:11:31 +0000 (Tue, 26 Sep 2006)
New Revision: 18913

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

Log:

an attempt to get tdb/ldb working on the HPUX box 'gwen'. This idea
come from Don McCall. Don may well be able to provide us with a
configure test in the future which does this in a nicer way, I just
want to see if it works now.

Modified:
   branches/SAMBA_4_0/source/lib/replace/libreplace_cc.m4


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/libreplace_cc.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/libreplace_cc.m4	2006-09-26 02:49:16 UTC (rev 18912)
+++ branches/SAMBA_4_0/source/lib/replace/libreplace_cc.m4	2006-09-26 03:11:31 UTC (rev 18913)
@@ -60,6 +60,7 @@
 	*hpux*)
 		# mmap on HPUX is completely broken...
 		AC_DEFINE(MMAP_BLACKLIST, 1, [Whether MMAP is broken])
+		CFLAGS="$CFLAGS -D_LARGEFILE64_SUPPORT -D__LP64__ -DO_LARGEFILE=04000"
 		;;
 	*aix*)
 		if test "${GCC}" != "yes"; then



More information about the samba-cvs mailing list