Changeset 868 for trunk/server


Ignore:
Timestamp:
Sep 3, 2014, 2:38:40 PM (11 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.6: enable mmap (experimantal for now)

Location:
trunk/server/source3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/Makefile.in

    r862 r868  
    8686LIBREPLACE_LIBS=@LIBREPLACE_LIBS@
    8787LIBTDB=@LIBTDB_STATIC@ @LIBTDB_SHARED@
    88 LIBTDB_LIBS=@LIBTDB_LIBS@
     88LIBTDB_LIBS=@LIBTDB_LIBS@ -lmmap
    8989TDB_DEPS=@TDB_DEPS@
    9090LIBNETAPI=@LIBNETAPI_STATIC@ @LIBNETAPI_SHARED@
  • trunk/server/source3/configure

    r862 r868  
    60886088                # mmap doesn't work...
    60896089
    6090 $as_echo "#define MMAP_BLACKLIST 1" >>confdefs.h
     6090# $as_echo "#define MMAP_BLACKLIST 1" >>confdefs.h
    60916091                ;;
    60926092esac
Note: See TracChangeset for help on using the changeset viewer.