mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 06:10:02 +00:00
fe46dbec65
In case PACKAGECONFIG[nss] is not set, in case system includes nss or nspr, it will still try to compile using system libraries. To avoid that, this change explicitely uses --with-nss=no and --with-nspr=no so configure does not try to find those libraries if they are disabled. Signed-off-by: Jose Dapena Paz <jdapena@igalia.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>