Bug 925571 - Packaging for Sandboxing dll. r=bsmedberg

This commit is contained in:
Brian R. Bondy 2013-10-30 16:58:56 -07:00
parent eba93af7a1
commit 71d02b0488
3 changed files with 7 additions and 2 deletions

View File

@ -698,6 +698,11 @@
@BINPATH@/components/pipnss.xpt
@BINPATH@/components/pippki.xpt
; For content sandboxing
#if defined(XP_WIN) && defined(MOZ_CONTENT_SANDBOX)
@BINPATH@/@DLL_PREFIX@sandboxbroker@DLL_SUFFIX@
#endif
; for Solaris SPARC
#ifdef SOLARIS
bin/libfreebl_32fpu_3.so

View File

@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
MODULE = 'sandboxbroker'
LIBRARY_NAME = 'sandboxbroker_s'
LIBRARY_NAME = 'sandboxbroker'
EXPORT_LIBRARY = True
SOURCES += [

View File

@ -43,7 +43,7 @@ endif
ifdef MOZ_CONTENT_SANDBOX
ifeq ($(OS_ARCH),WINNT)
LOCAL_INCLUDES += -I$(srcdir)/../sandboxbroker
SHARED_LIBRARY_LIBS += ../../security/sandbox/win/src/sandboxbroker/$(LIB_PREFIX)sandboxbroker_s.$(LIB_SUFFIX)
SHARED_LIBRARY_LIBS += ../../security/sandbox/win/src/sandboxbroker/$(LIB_PREFIX)sandboxbroker.$(LIB_SUFFIX)
endif
endif