Skip to content

Commit

Permalink
source3: explicitly disable NTDB support.
Browse files Browse the repository at this point in the history
The next patch make dbwrap_local_open() call the ntdb backend for ntdb
files, but we don't want to add ntdb support to the old autoconf
build.  It's cleaner to use the existing DISABLE_NTDB flag rather than
test for _SAMBA_BUILD_ in dbwrap_local_open.c.

Signed-off-by: Rusty Russell <[email protected]>
Reviewed-by: Andrew Bartlett <[email protected]>
  • Loading branch information
rustyrussell committed Feb 20, 2013
1 parent 63a6381 commit 48a4270
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source3/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ FLAGS = -I. \
-I$(srcdir)/lib \
-I.. \
-I./../lib/ldb/include \
-DDISABLE_NTDB \
-D_SAMBA_BUILD_=3

PATH_FLAGS = -DSMB_PASSWD_FILE=\"$(SMB_PASSWD_FILE)\" \
Expand Down

0 comments on commit 48a4270

Please sign in to comment.