summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJed Davis <jld@mozilla.com>2016-03-08 09:58:54 -0800
committerJed Davis <jld@mozilla.com>2016-03-08 09:58:54 -0800
commit87a0c6aeef2260100208b19a9f07e8f5220f53d9 (patch)
treecf6bed0caa26d81c9548b7ea0324cdd979c6c07f /Makefile
parent55711d16fd1e9f36960fd8d30b25359b865e822e (diff)
downloadnss-hg-87a0c6aeef2260100208b19a9f07e8f5220f53d9.tar.gz
Bug 1233568: Fix a few issues noticed after this landed. r=wtc.
Specifically: * Use correct delimiter in ASAN_OPTIONS. * Variable name change (LDFLAGS vs. LFLAGS). * Unbreak Mac ASan build -- shlib linker flags were wrong.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a76dd4d9b..aa346aec2 100644
--- a/Makefile
+++ b/Makefile
@@ -92,7 +92,7 @@ NSPR_CONFIGURE_OPTS += --enable-debug-symbols
endif
NSPR_CONFIGURE_ENV += CFLAGS='$(SANITIZER_CFLAGS)' \
CXXFLAGS='$(SANITIZER_CFLAGS)' \
- LDFLAGS='$(SANITIZER_LFLAGS)'
+ LDFLAGS='$(SANITIZER_LDFLAGS)'
endif
#