diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-09 14:06:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-09 14:06:55 +0100 |
| commit | d785d323a8bf623eadc8c5d9c131211b2735022d (patch) | |
| tree | 73fbf22f3fe6c35fd748312d073f1402b7185462 /wscript | |
| parent | 70bd2d59775cf0e3d3bacac03bf07e6101860d5f (diff) | |
Ignore libxml++ deprecation warnings.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,9 @@ def configure(conf): else: conf.env.append_value('CXXFLAGS', '-O3') + # Disable libxml++ deprecation warnings for now + conf.env.append_value('CXXFLAGS', ['-Wno-deprecated-declarations']) + conf.check_cfg(package='openssl', args='--cflags --libs', uselib_store='OPENSSL', mandatory=True) if conf.options.static: |
