diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-06-15 15:28:56 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-06-15 15:28:56 +0000 |
commit | 9857703a53b280a3e2c90ae63b34ba9c0671b2b8 (patch) | |
tree | c177725b490e80bf79d49c8f700e46292eed5f4b /source3/tdb | |
parent | c5285699d9cdfea1ce77955c311f08981a5a97ba (diff) | |
download | samba-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')
-rw-r--r-- | source3/tdb/Makefile | 2 |
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 |