diff --git a/SConstruct b/SConstruct index c130ea76..88cbb9e6 100644 --- a/SConstruct +++ b/SConstruct @@ -136,7 +136,7 @@ env.Append(CPPFLAGS = [ '-DPACKAGE_NAME=\\"' + package + '\\"', '-DPACKAGE_VERSION=\\"' + version + '\\"', '-DLIBRARY_DIR="\\"${libdir}\\""', - '-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES' + '-D_FILE_OFFSET_BITS=64', '-D_LARGEFILE_SOURCE', '-D_LARGE_FILES' ] ) SConscript( 'src/SConscript', 'env', build_dir = 'build', duplicate = 0) diff --git a/config.py-sample b/config.py-sample index 158bd90b..9d021d64 100644 --- a/config.py-sample +++ b/config.py-sample @@ -6,4 +6,4 @@ with_gzip='yes' with_bzip2='yes' with_memcache='yes' with_sqlite3='yes' -with_xml2='yes' +with_xml='yes'