gecko-dev/security/manager/psm.pkg
wtchang%redhat.com 7cb9201cf8 Bugzilla Bug 317620: landed NSS 3.11 on the Mozilla trunk. The patch is
contributed by Kai Engert <kengert@redhat.com>. r=wtc,bsmedberg.
Bugzilla Bug 288647: (security/manager/Makefile.in only) enable building
NSS with system NSPR.  The patch is contributed by Chris Seawood
<cls@seawood.org>.  r=wtc,kengert.
Modified Files:
	Makefile.in browser/installer/unix/config.it
	browser/installer/unix/packages-static
	browser/installer/windows/config.it
	browser/installer/windows/packages-static
	calendar/installer/windows/config.it
	calendar/installer/windows/packages-static
	camino/Camino.xcode/project.pbxproj
	embedding/config/basebrowser-installer-win.pkg
	embedding/config/basebrowser-mac-macho
	embedding/config/basebrowser-qnx
	embedding/config/basebrowser-unix
	embedding/config/basebrowser-win embedding/config/minimo-qnx
	embedding/config/minimo-unix mail/config/basemail-os2
	mail/config/basemail-unix mail/installer/windows/config.it
	mail/installer/windows/packages-static
	minimo/config/linux_package.sh security/manager/Makefile.in
	security/manager/psm.pkg toolkit/mozapps/installer/packager.mk
	xpinstall/packager/packages-os2
	xpinstall/packager/packages-static-unix
	xpinstall/packager/packages-static-win
	xpinstall/packager/packages-unix
	xpinstall/packager/unix/deliver.pl
	xpinstall/packager/win_mfcembed/config.it
	xpinstall/packager/windows/browser.jst
	xpinstall/packager/windows/config.it
	xulrunner/installer/mac/Makefile.in
2006-01-13 18:09:32 +00:00

57 lines
1.6 KiB
Plaintext

[nss]
dist/bin/@NSS3_LIB@
dist/bin/@SMIME3_LIB@
dist/bin/@SSL3_LIB@
dist/bin/@SOFTOKEN3_LIB@
dist/bin/@LOADABLE_ROOT_MODULE@
#if HAVE_FREEBL_LIBS
dist/bin/libfreebl3@DLLS@
#endif
#if HAVE_FREEBL_LIBS_32
dist/bin/libfreebl_32fpu_3@DLLS@
dist/bin/libfreebl_32int_3@DLLS@
#endif
#if HAVE_FREEBL_LIBS_32INT64
dist/bin/libfreebl_32int64_3@DLLS@
#endif
#if HAVE_FREEBL_LIBS_64
dist/bin/libfreebl_64fpu_3@DLLS@
dist/bin/libfreebl_64int_3@DLLS@
#endif
# when these files are packaged they should be re-signed
# see bug 200775
!exec
#if OS_ARCH!=WINNT
#if OS_ARCH!=OS2
!= export LIBRARY_PATH=dist/bin:${LD_LIBRARY_PATH}
!= export LD_LIBRARYN32_PATH=dist/bin:${LD_LIBRARYN32_PATH} ;
!= export LD_LIBRARYN64_PATH=dist/bin:${LD_LIBRARYN64_PATH} ;
!= export LD_LIBRARY_PATH_64=dist/bin:${LD_LIBRARY_PATH_64} ;
!= export SHLIB_PATH=dist/bin:${SHLIB_PATH} ;
!= export LIBPATH=dist/bin:${LIBPATH} ;
!= export DYLD_LIBRARY_PATH=dist/bin:${DYLD_LIBRARY_PATH} ;
!= export LIBRARY_PATH=dist/bin:${LIBRARY_PATH} ;
#endif
#endif
!= dist/bin/shlibsign -v -i %dist/bin/@SOFTOKEN3_LIB@% ;
#if HAVE_FREEBL_LIBS
!= dist/bin/shlibsign -v -i %dist/bin/libfreebl3@DLLS@% ;
#endif
#if HAVE_FREEBL_LIBS_32
!= dist/bin/shlibsign -v -i %dist/bin/libfreebl_32fpu_3@DLLS@% ;
!= dist/bin/shlibsign -v -i %dist/bin/libfreebl_32int_3@DLLS@% ;
#endif
#if HAVE_FREEBL_LIBS_32INT64
!= dist/bin/shlibsign -v -i %dist/bin/libfreebl_32int64_3@DLLS@% ;
#endif
#if HAVE_FREEBL_LIBS_64
!= dist/bin/shlibsign -v -i %dist/bin/libfreebl_64fpu_3@DLLS@% ;
!= dist/bin/shlibsign -v -i %dist/bin/libfreebl_64int_3@DLLS@% ;
#endif
[unpackaged-files]
dist/bin/shlibsign@BINS@
!optional dist/bin/mangle@BINS@
dist/bin/@SOFTOKEN3_CHK@