summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-06-15 15:28:56 +0000
committerAndrew Tridgell <tridge@samba.org>2000-06-15 15:28:56 +0000
commita2f5977ac34d02cd64acd0022cb5bc065eab713f (patch)
tree1e696d516dbad5ec7e2454cc4f009b3ad7d0d865
parent9fd67b94a7e43c9dcbe098940b88879ae8743c00 (diff)
downloadsamba-a2f5977ac34d02cd64acd0022cb5bc065eab713f.tar.gz
samba-a2f5977ac34d02cd64acd0022cb5bc065eab713f.tar.xz
samba-a2f5977ac34d02cd64acd0022cb5bc065eab713f.zip
use the right MMAP flag
-rw-r--r--source/tdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tdb/Makefile b/source/tdb/Makefile
index ffcff634b22..d9b0e05f4d8 100644
--- a/source/tdb/Makefile
+++ b/source/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