From 18921dd3c70a7ed7d856167685c7923d2375eb0a Mon Sep 17 00:00:00 2001 From: David Major Date: Thu, 21 May 2015 07:58:23 -0400 Subject: [PATCH] Bug 1165442: Fix LIBPATH for NSS after bug 1138824. r=glandium --- config/external/nss/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/external/nss/Makefile.in b/config/external/nss/Makefile.in index 16d214e8af1..933f6abfd3f 100644 --- a/config/external/nss/Makefile.in +++ b/config/external/nss/Makefile.in @@ -374,7 +374,7 @@ ifdef MOZ_CRT # OS_LIBS comes from having mozcrt as a dependency in moz.build. DLLFLAGS := $(OS_LIBS) else -DLLFLAGS := -LIBPATH:$(ABS_DIST)/lib -DEFAULTLIB:mozglue +DLLFLAGS := -LIBPATH:$(ABS_DIST)/../mozglue/build -DEFAULTLIB:mozglue endif export DLLFLAGS endif