Loading
Bug 1661094: Always define PKGCONF_REQUIRES_PRIVATE. r=froydnj, a=RyanVM
When configuring without system NSPR the configuration variable PKGCONF_REQUIRES_PRIVATE isn't ever set, leading to a .pc file that still contains the @PKGCONF_REQUIRES_PRIVATE@ stub. Ensure that we always define PKGCONF_REQUIRES_PRIVATE, by setting it to an empty string in case no system-nsrp is enabled. In this way, the pkg-config file stub will be always replaced. Differential Revision: https://phabricator.services.mozilla.com/D88179