diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-20 16:49:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-03-20 16:49:54 +0100 |
| commit | 86704d7f5f5a647e0f64f3be691626d507923d53 (patch) | |
| tree | 2286ecef3b902d18c4fbc86ab99617533c9e92ed | |
| parent | 66eacda97c6cdca307d5a83f3be2dbc0e713803b (diff) | |
Fix xmlsec1 package name.v1.10.52
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -148,7 +148,7 @@ def configure(conf): mandatory=False) conf.check_cfg(package='libxml++-' + conf.env.XMLPP_API, args='--cflags --libs', uselib_store='LIBXML++', mandatory=True) - conf.check_cfg(package='xmlsec1', args='--cflags --libs', uselib_store='XMLSEC1', mandatory=True) + conf.check_cfg(package='xmlsec1-openssl', args='--cflags --libs', uselib_store='XMLSEC1', mandatory=True) # Remove erroneous escaping of quotes from xmlsec1 defines conf.env.DEFINES_XMLSEC1 = [f.replace('\\', '') for f in conf.env.DEFINES_XMLSEC1] |
