Re: How to pass LDFLAGS to the NSS build system?

2014-09-15 Thread xunxun
I use the below patch to do the similar things: diff -r 93adcadf9a52 -r 0a148cfae582 security/nss/coreconf/command.mk --- a/security/nss/coreconf/command.mkThu Jul 17 18:36:03 2014 +0800 +++ b/security/nss/coreconf/command.mkThu Jul 17 18:36:51 2014 +0800 @@ -11,7 +11,7 @@ AS=

How to pass LDFLAGS to the NSS build system?

2014-09-15 Thread Ehsan Akhgari
I'm trying to get the AddressSanitizer builds on Windows working. I need to pass in a couple of library names to the linker through a mozconfig setting. Setting them in LDFLAGS in the mozconfig doesn't work because NSS is built with its own LDFLAGS. There is MOZ_CFLAGS_NSS that makes NSS inherit