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".
This commit is contained in:
Bill Gianopoulos 2024-06-20 11:41:22 +00:00
Родитель cf73298646
Коммит ba462ef93b
2 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -22,4 +22,3 @@ MAR_CHANNEL_ID=seamonkey-comm-central
MOZ_PROFILE_MIGRATOR=1 MOZ_PROFILE_MIGRATOR=1
NSS_EXTRA_SYMBOLS_FILE=../comm/mailnews/nss-extra.symbols

Просмотреть файл

@ -12,6 +12,7 @@ imply_option("MOZ_APP_ID", "{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}")
imply_option("MOZ_APP_VENDOR", "Mozilla") imply_option("MOZ_APP_VENDOR", "Mozilla")
# Include the DevTools client, not just the server (which is the default) # Include the DevTools client, not just the server (which is the default)
imply_option("MOZ_DEVTOOLS", "all") imply_option("MOZ_DEVTOOLS", "all")
imply_option("NSS_EXTRA_SYMBOLS_FILE", "../comm/mailnews/nss-extra.symbols")
imply_option('--enable-default-browser-agent', False) imply_option('--enable-default-browser-agent', False)