From 9857703a53b280a3e2c90ae63b34ba9c0671b2b8 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 15 Jun 2000 15:28:56 +0000 Subject: use the right MMAP flag (This used to be commit a2f5977ac34d02cd64acd0022cb5bc065eab713f) --- source3/tdb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/tdb/Makefile b/source3/tdb/Makefile index ffcff634b2..d9b0e05f4d 100644 --- a/source3/tdb/Makefile +++ b/source3/tdb/Makefile @@ -2,7 +2,7 @@ # Makefile for tdb directory # -CFLAGS = -DSTANDALONE -DTDB_DEBUG -g -DMMAP +CFLAGS = -DSTANDALONE -DTDB_DEBUG -g -DHAVE_MMAP=1 CC = gcc PROGS = tdbtest tdbtool tdbtorture -- cgit