2013-06-19 00:45:38 +00:00
|
|
|
diff -up nss/lib/nss/config.mk.templates nss/lib/nss/config.mk
|
|
|
|
--- nss/lib/nss/config.mk.templates 2013-06-18 11:32:07.590089155 -0700
|
|
|
|
+++ nss/lib/nss/config.mk 2013-06-18 11:33:28.732763345 -0700
|
2013-06-15 19:48:12 +00:00
|
|
|
@@ -3,6 +3,10 @@
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
|
2013-06-19 00:45:38 +00:00
|
|
|
+#ifeq ($(NSS_BUILD_WITHOUT_SOFTOKEN),1)
|
2013-06-15 19:48:12 +00:00
|
|
|
+INCLUDES += -I/usr/include/nss3/templates
|
2013-06-19 00:45:38 +00:00
|
|
|
+#endif
|
2013-06-15 19:48:12 +00:00
|
|
|
+
|
|
|
|
# can't do this in manifest.mn because OS_TARGET isn't defined there.
|
|
|
|
ifeq (,$(filter-out WIN%,$(OS_TARGET)))
|
|
|
|
|