Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/lib/tdb/libtdb.m4

    r414 r740  
    1414fi
    1515TDB_OBJ="common/tdb.o common/dump.o common/transaction.o common/error.o common/traverse.o"
    16 TDB_OBJ="$TDB_OBJ common/freelist.o common/freelistcheck.o common/io.o common/lock.o common/open.o common/check.o"
     16TDB_OBJ="$TDB_OBJ common/freelist.o common/freelistcheck.o common/io.o common/lock.o common/open.o common/check.o common/hash.o common/summary.o"
    1717AC_SUBST(TDB_OBJ)
    1818AC_SUBST(LIBREPLACEOBJ)
     
    2020TDB_LIBS=""
    2121AC_SUBST(TDB_LIBS)
     22
     23TDB_DEPS=""
     24if test x$libreplace_cv_HAVE_FDATASYNC_IN_LIBRT = xyes ; then
     25        TDB_DEPS="$TDB_DEPS -lrt"
     26fi
     27AC_SUBST(TDB_DEPS)
    2228
    2329TDB_CFLAGS="-I$tdbdir/include"
Note: See TracChangeset for help on using the changeset viewer.