Files
Mozilla/mozilla/security/manager/psm.pkg
wtchang%redhat.com 724baf7b52 Bugzilla Bug 317620: landed NSS 3.11 on the MOZILLA_1_8_BRANCH. The
checkin to mozilla/security/manager/Makefile.in also contains the fix
for bug 288647 to allow building NSS with system nspr. a=kengert for
branch-1.8.1.
 Tag: MOZILLA_1_8_BRANCH


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@188902 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-03 22:41:27 +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@