c16dd81a2f
* includes Lightning as default extension - rebased patches - removed obsolete patches: * mozilla-ppc.patch * mozilla-nullptr-gcc45.patch * mozilla-bug1024492.patch - dropped openSUSE specific patches * thunderbird-shared-nss-db.patch * mozilla-shared-nss-db.patch the provided feature seems not to be used and its maintenance is not worth the ongoing efforts OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=286
22 lines
722 B
Diff
22 lines
722 B
Diff
diff --git a/mail/installer/package-manifest.in b/mail/installer/package-manifest.in
|
|
--- a/mail/installer/package-manifest.in
|
|
+++ b/mail/installer/package-manifest.in
|
|
@@ -358,16 +358,17 @@
|
|
#ifdef XP_WIN32
|
|
@BINPATH@/nsldap32v60@DLL_SUFFIX@
|
|
@BINPATH@/nsldappr32v60@DLL_SUFFIX@
|
|
@BINPATH@/nsldif32v60@DLL_SUFFIX@
|
|
#else
|
|
@BINPATH@/@DLL_PREFIX@ldap60@DLL_SUFFIX@
|
|
@BINPATH@/@DLL_PREFIX@ldif60@DLL_SUFFIX@
|
|
@BINPATH@/@DLL_PREFIX@prldap60@DLL_SUFFIX@
|
|
+@BINPATH@/@DLL_PREFIX@ssldap60@DLL_SUFFIX@
|
|
#endif
|
|
|
|
; login manager
|
|
@RESPATH@/components/loginmgr.xpt
|
|
@RESPATH@/components/nsLoginInfo.js
|
|
@RESPATH@/components/nsLoginManager.js
|
|
@RESPATH@/components/nsLoginManagerPrompter.js
|
|
@RESPATH@/components/passwordmgr.manifest
|