On 28/01/2010 10:14 PM, Giovanni Bechis wrote:
Stuart Henderson wrote:
I've been running the previous diffs since they were published,
I think we should be looking at committing this right after unlock.

It still conflicts with databases/tdb because of tdb.h, with should find a way to handle this before committing.
 Cheers
  Giovanni





Can you try adding --enable_external_libtdb=no
to the CONFIGURE_ARGS in the port Makefile.

I'll test as soon as I'm near a machine I can build and install tdb on.

According to the samba git repo this is set to auto by default.

http://gitweb.samba.org/?p=samba.git;a=blob;f=source3/configure.in;h=3c21bd61ec05b5411f721d03b8f50f55c8504d48;hb=HEAD

1970 AC_ARG_ENABLE(external_libtdb,
1971         [AS_HELP_STRING([--enable-external-libtdb],
1972                 [Enable external tdb [default=auto]])],
1973                 [ enable_external_libtalloc=$enableval ],
1974                 [ enable_external_libtalloc=auto ])

Ian McWilliam

Reply via email to