summaryrefslogtreecommitdiff
path: root/source3/tdb/Makefile
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
commit9857703a53b280a3e2c90ae63b34ba9c0671b2b8 (patch)
treec177725b490e80bf79d49c8f700e46292eed5f4b /source3/tdb/Makefile
parentc5285699d9cdfea1ce77955c311f08981a5a97ba (diff)
downloadsamba-9857703a53b280a3e2c90ae63b34ba9c0671b2b8.tar.gz
samba-9857703a53b280a3e2c90ae63b34ba9c0671b2b8.tar.bz2
samba-9857703a53b280a3e2c90ae63b34ba9c0671b2b8.zip
use the right MMAP flag
(This used to be commit a2f5977ac34d02cd64acd0022cb5bc065eab713f)
Diffstat (limited to 'source3/tdb/Makefile')
-rw-r--r--source3/tdb/Makefile2
1 files changed, 1 insertions, 1 deletions
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