Bug 649970
| Summary: | Compile with --enable-startup-notification | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Orion Poplawski <orion> |
| Component: | thunderbird | Assignee: | Gecko Maintainer <gecko-bugs-nobody> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 14 | CC: | gecko-bugs-nobody, rmj |
| Target Milestone: | --- | Keywords: | EasyFix, Patch |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | thunderbird-3.1.9-6.fc15 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-04-15 21:19:53 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Orion Poplawski
2010-11-04 21:59:38 UTC
Ping? This is very easy to do and it seems like it was intended to be in place (thunderbird BRs startup-notification-devel). All that is missing is passing --enable-startup-notification to configure. Please? --- a/thunderbird-mozconfig +++ b/thunderbird-mozconfig @@ -29,6 +29,7 @@ ac_add_options --enable-system-hunspell ac_add_options --disable-crashreporter ac_add_options --disable-necko-wifi ac_add_options --disable-updater +ac_add_options --enable-starup-notification export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 Oops. --- a/thunderbird-mozconfig +++ b/thunderbird-mozconfig @@ -29,6 +29,7 @@ ac_add_options --enable-system-hunspell ac_add_options --disable-crashreporter ac_add_options --disable-necko-wifi ac_add_options --disable-updater +ac_add_options --enable-startup-notification export BUILD_OFFICIAL=1 export MOZILLA_OFFICIAL=1 Thanks for the patch. Committed to master and merged to f15. http://pkgs.fedoraproject.org/gitweb/?p=thunderbird.git;a=commitdiff;h=f500ed149473391bbb4baba28cc12788188f8800 thunderbird-3.1.9-6.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/thunderbird-3.1.9-6.fc15 Package thunderbird-3.1.9-6.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing thunderbird-3.1.9-6.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/thunderbird-3.1.9-6.fc15 then log in and leave karma (feedback). thunderbird-3.1.9-6.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. |