diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-01-30 18:15:38 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-14 12:18:35 +0200 |
commit | 9a74d53315e569171b4c4efa4ed5b278aa63f83c (patch) | |
tree | 923779e514dcb882422df8362b938de128615520 /config/external/nss/Makefile.in | |
parent | e2a478072a0c814d4e83e6c46a01c901f1cf3a94 (diff) | |
download | UXP-9a74d53315e569171b4c4efa4ed5b278aa63f83c.tar UXP-9a74d53315e569171b4c4efa4ed5b278aa63f83c.tar.gz UXP-9a74d53315e569171b4c4efa4ed5b278aa63f83c.tar.lz UXP-9a74d53315e569171b4c4efa4ed5b278aa63f83c.tar.xz UXP-9a74d53315e569171b4c4efa4ed5b278aa63f83c.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 |