summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWan-Teh Chang <wtc@google.com>2014-08-08 10:22:38 -0700
committerWan-Teh Chang <wtc@google.com>2014-08-08 10:22:38 -0700
commit63105e38e221c70a9fc5445f4e55df643a3bbadb (patch)
tree2247527951ec7d52df2e7742e3dc4a9e43a55c98 /Makefile
parentf1adf43ebd5bbf113250ea904eaca368a515f0e8 (diff)
downloadnss-hg-63105e38e221c70a9fc5445f4e55df643a3bbadb.tar.gz
Bug 1043082: add the USE_STATIC_RTL makefile variable. r=ehsan.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6d01a1dad..655c4d31b 100644
--- a/Makefile
+++ b/Makefile
@@ -73,6 +73,9 @@ endif
ifdef USE_DEBUG_RTL
NSPR_CONFIGURE_OPTS += --enable-debug-rtl
endif
+ifdef USE_STATIC_RTL
+NSPR_CONFIGURE_OPTS += --enable-static-rtl
+endif
ifdef NS_USE_GCC
NSPR_COMPILERS = CC=gcc CXX=g++
endif