From ba462ef93b06c9bd06cd1f3aa2ca8f6e9e742d25 Mon Sep 17 00:00:00 2001 From: Bill Gianopoulos Date: Thu, 20 Jun 2024 11:41:22 +0000 Subject: [PATCH] Bug 1927299 - Move NSS_EXTRA_SYMBOLS_FILE from old-configure to suite moz.configure. r=frg Ports Bug 1903050 "Move NSS_EXTRA_SYMBOLS_FILE from old-configure to moz.configure". --- suite/confvars.sh | 1 - suite/moz.configure | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/suite/confvars.sh b/suite/confvars.sh index 9bf24c92fa..b3eb26ef03 100755 --- a/suite/confvars.sh +++ b/suite/confvars.sh @@ -22,4 +22,3 @@ MAR_CHANNEL_ID=seamonkey-comm-central MOZ_PROFILE_MIGRATOR=1 -NSS_EXTRA_SYMBOLS_FILE=../comm/mailnews/nss-extra.symbols diff --git a/suite/moz.configure b/suite/moz.configure index a2c4f61ca0..5d67c61ac8 100644 --- a/suite/moz.configure +++ b/suite/moz.configure @@ -12,6 +12,7 @@ imply_option("MOZ_APP_ID", "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}") imply_option("MOZ_APP_VENDOR", "Mozilla") # Include the DevTools client, not just the server (which is the default) imply_option("MOZ_DEVTOOLS", "all") +imply_option("NSS_EXTRA_SYMBOLS_FILE", "../comm/mailnews/nss-extra.symbols") imply_option('--enable-default-browser-agent', False)