On Sun, Dec 10, 2023 at 8:25 AM Yury Tarasievich <yury.tarasiev...@gmail.com> wrote:
> ...in followup to my previous post: > > So sources for xmlsec1 library which is used in > the 'xmlsecurity' module are NOT downloaded when > this condition (in external_deps.lst) is false? > > if (ENABLE_NSS_MODULE!=NO && SYSTEM_NSS!=YES) > > And I have both ENABLE_NSS_MODULE and SYSTEM_NSS > set to YES after configuration. > > So can't I use the system libnss3 for my AOO > build, or what? > > -Yury > > libxmlsec uses NSS, or at least it does so in our case (it can use OpenSSL instead). I think that condition is wrong, SYSTEM_NSS shouldn't stop libxmlsec from being downloaded. -Damjan