mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
57 lines
1.6 KiB
Plaintext
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@
|