compress main memory in checkpoints
SConscript: Add zlib to the build always --HG-- extra : convert_revision : fae49fbbba371660e171d7e8328894a74c846ec5
This commit is contained in:
parent
02a1222d9a
commit
c67d967055
1 changed files with 1 additions and 1 deletions
|
@ -413,12 +413,12 @@ else:
|
|||
obj_desc_files += syscall_emulation_obj_desc_files
|
||||
|
||||
extra_libraries = []
|
||||
env.Append(LIBS=['z'])
|
||||
if env['USE_MYSQL']:
|
||||
sources += mysql_sources
|
||||
env.Append(CPPDEFINES = 'USE_MYSQL')
|
||||
env.Append(CPPDEFINES = 'STATS_BINNING')
|
||||
env.Append(CPPPATH=['/usr/local/include/mysql', '/usr/include/mysql'])
|
||||
env.Append(LIBS=['z'])
|
||||
if os.path.isdir('/usr/lib64'):
|
||||
env.Append(LIBPATH=['/usr/lib64/mysql'])
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue