Bug 1082537 - Instantbird Windows build busted due to missing nss symbols. r=florian

This commit is contained in:
Patrick Cloke 2014-10-15 13:27:55 -04:00
Родитель 8900d562af
Коммит 6f1f9ffdb3
2 изменённых файлов: 8 добавлений и 0 удалений

5
chat/nss-purple.def Normal file
Просмотреть файл

@ -0,0 +1,5 @@
PK11_PubEncryptRaw
PK11_PubDecryptRaw
PK11_Verify
PK11_RestoreContext
PK11_SaveContextAlloc

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

@ -24,3 +24,6 @@ MOZ_APP_ID={33cb9019-c295-46dd-be21-8c4936574bee}
if test "$OS_TARGET" = "WINNT" -o "$OS_TARGET" = "Darwin"; then
MOZ_FOLD_LIBS=1
fi
if test "$OS_TARGET" = "WINNT"; then
NSS_EXTRA_SYMBOLS_FILE=../../../../chat/nss-purple.def
fi