svn commit: samba r17113 - in branches/SAMBA_4_0/source/lib: ldb tdb
metze at samba.org
metze at samba.org
Tue Jul 18 12:12:29 GMT 2006
Author: metze
Date: 2006-07-18 12:12:28 +0000 (Tue, 18 Jul 2006)
New Revision: 17113
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17113
Log:
build tdb and ldb standalone with the same sizes of 'off_t' as from samba
metze
Modified:
branches/SAMBA_4_0/source/lib/ldb/configure.in
branches/SAMBA_4_0/source/lib/tdb/configure.in
Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/configure.in
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/configure.in 2006-07-18 12:11:02 UTC (rev 17112)
+++ branches/SAMBA_4_0/source/lib/ldb/configure.in 2006-07-18 12:12:28 UTC (rev 17113)
@@ -18,6 +18,7 @@
[ WITH_GCOV=1])
AC_SUBST(WITH_GCOV)
AC_PROG_CC
+AC_SYS_LARGEFILE
AC_FUNC_MMAP
AC_PATH_PROG(XSLTPROC,xsltproc)
AC_PATH_PROG(DOXYGEN,doxygen)
Modified: branches/SAMBA_4_0/source/lib/tdb/configure.in
===================================================================
--- branches/SAMBA_4_0/source/lib/tdb/configure.in 2006-07-18 12:11:02 UTC (rev 17112)
+++ branches/SAMBA_4_0/source/lib/tdb/configure.in 2006-07-18 12:12:28 UTC (rev 17113)
@@ -4,6 +4,7 @@
AC_INIT(include/tdb.h)
AC_CONFIG_HEADER(include/config.h)
AC_PROG_CC
+AC_SYS_LARGEFILE
AC_FUNC_MMAP
sinclude(config.m4)
AC_OUTPUT(Makefile tdb.pc)
More information about the samba-cvs
mailing list