diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-01-30 18:15:38 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-01-30 18:15:38 +0100 |
commit | 499b2873944530396cc8aecbc7bdd1a2a2c66caa (patch) | |
tree | 1378b26d0c9ccabd0df0b88c9f751960461e2c5d /config/external/nss/Makefile.in | |
parent | 00a5321c958de1f378ac9dacafb6f81ded57441e (diff) | |
download | UXP-499b2873944530396cc8aecbc7bdd1a2a2c66caa.tar UXP-499b2873944530396cc8aecbc7bdd1a2a2c66caa.tar.gz UXP-499b2873944530396cc8aecbc7bdd1a2a2c66caa.tar.lz UXP-499b2873944530396cc8aecbc7bdd1a2a2c66caa.tar.xz UXP-499b2873944530396cc8aecbc7bdd1a2a2c66caa.zip |
Issue #1342 - Remove support for system NSPR/NSS
Diffstat (limited to 'config/external/nss/Makefile.in')
-rw-r--r-- | config/external/nss/Makefile.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/external/nss/Makefile.in b/config/external/nss/Makefile.in index 71954b403..eff80cd32 100644 --- a/config/external/nss/Makefile.in +++ b/config/external/nss/Makefile.in @@ -3,8 +3,6 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -ifndef MOZ_SYSTEM_NSS - CC_WRAPPER = CXX_WRAPPER = @@ -475,4 +473,3 @@ endif # MOZ_FOLD_LIBS # security/nss/lib/ckfw/builtins. See bug #836220. libs-nss/lib$(if $(MOZ_FOLD_LIBS),/ckfw): $(call mkdir_deps,$(DEPTH)/security/nss/lib/ckfw/builtins) -endif |