Blame SOURCES/iquote.patch

da103d
diff -up nss/cmd/bltest/Makefile.iquote nss/cmd/bltest/Makefile
da103d
--- nss/cmd/bltest/Makefile.iquote	2013-04-04 21:56:59.329249213 -0700
da103d
+++ nss/cmd/bltest/Makefile	2013-04-04 21:57:47.583579084 -0700
da103d
@@ -45,6 +45,7 @@ include $(CORE_DEPTH)/coreconf/rules.mk
da103d
 # (6) Execute "component" rules. (OPTIONAL)                           #
da103d
 #######################################################################
da103d
 
da103d
+INCLUDES += -iquote $(DIST)/../private/nss
da103d
 
da103d
 
da103d
 #######################################################################
da103d
diff -up nss/coreconf/location.mk.iquote nss/coreconf/location.mk
da103d
--- nss/coreconf/location.mk.iquote	2013-04-04 21:54:59.710477106 -0700
da103d
+++ nss/coreconf/location.mk	2013-04-04 21:56:21.091163121 -0700
da103d
@@ -45,6 +45,10 @@ endif
da103d
 
da103d
 ifdef NSS_INCLUDE_DIR
da103d
     INCLUDES += -I$(NSS_INCLUDE_DIR)
da103d
+    ifdef IN_TREE_FREEBL_HEADERS_FIRST
da103d
+        INCLUDES += -iquote $(DIST)/../public/nss
da103d
+        INCLUDES += -iquote $(DIST)/../private/nss
da103d
+    endif
da103d
 endif
da103d
 
da103d
 ifndef NSS_LIB_DIR
da103d
diff -up ./nss/lib/softoken/Makefile.iquote ./nss/lib/softoken/Makefile
da103d
--- ./nss/lib/softoken/Makefile.iquote	2014-01-06 20:35:19.931937299 -0800
da103d
+++ ./nss/lib/softoken/Makefile	2014-01-06 20:36:15.336390664 -0800
da103d
@@ -42,6 +42,8 @@ ifdef NSS_DISABLE_DBM
da103d
 DIRS=
da103d
 endif
da103d
 
da103d
+INCLUDES += -iquote $(DIST)/../private/nss
da103d
+
da103d
 #######################################################################
da103d
 # (7) Execute "local" rules. (OPTIONAL).                              #
da103d
 #######################################################################