diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-12 15:33:40 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-12 15:33:40 +0000 |
| commit | 670c528a584d96e8bb6009f996204e9ecf174f54 (patch) | |
| tree | b94a78dedd75ed4f62a72740d6c88b1bc948bc69 /wscript | |
| parent | fd7e004e0b0a08a9d9b323888c7f60834c93eafc (diff) | |
Remove locked_sstream dependency.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -46,7 +46,7 @@ def configure(conf): conf.load('compiler_cxx') if conf.options.enable_debug: conf.env.append_value('CXXFLAGS', '-g') - conf.env.append_value('CXXFLAGS', ['-Wall', '-Wextra', '-O2']) + conf.env.append_value('CXXFLAGS', ['-Wall', '-Wextra', '-O2', '-Wno-deprecated-declarations']) if conf.options.force_cpp11: conf.env.append_value('CXXFLAGS', ['-std=c++11', '-DBOOST_NO_CXX11_SCOPED_ENUMS']) @@ -61,7 +61,6 @@ def configure(conf): boost_lib_suffix = '' conf.check_cfg(package='libxml++-2.6', args='--cflags --libs', uselib_store='LIBXML++', mandatory=True) - conf.check_cfg(package='locked_sstream', args='--cflags --libs', uselib_store='LOCKED_SSTREAM', mandatory=True) conf.check_cxx(fragment=""" #include <boost/filesystem.hpp>\n |
