From e27f5840dd8349d1655cd9f8bd1da79060984d93 Mon Sep 17 00:00:00 2001 From: "rangansen%netscape.com" Date: Thu, 11 Oct 2001 21:02:42 +0000 Subject: [PATCH] r=cls sr=blizzard bug# 102372 [checking in for Christian Biesinger] --- security/manager/ssl/src/Makefile.in | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/security/manager/ssl/src/Makefile.in b/security/manager/ssl/src/Makefile.in index f1768a0e571..6124fe5c522 100644 --- a/security/manager/ssl/src/Makefile.in +++ b/security/manager/ssl/src/Makefile.in @@ -102,10 +102,12 @@ EXTRA_DEPS = $(EXTRA_LIBS) include $(topsrcdir)/config/rules.mk -INCLUDES += \ - -I$(DIST)/public/security \ - -I$(DIST)/private/security \ - $(NULL) +# Use local includes because they are inserted before INCLUDES +# so that Mozilla's nss.h is used, not glibc's +LOCAL_INCLUDES += -I$(DIST)/public/security \ + -I$(DIST)/private/security \ + $(NULL) + ifeq ($(OS_ARCH),OpenVMS) # OpenVMS wants the link libs in EXTRA_DSO_LDOPTS, with no dups