Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 302407 Details for
Bug 434008
evolution-brutus failed massrebuild attempt for GCC 4.3
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
spec file patch to add -fno-strict-aliasing to fix build
evolution-brutus-spec.patch (text/plain), 1.43 KB, created by
Alex Lancaster
on 2008-04-15 03:18:30 UTC
(
hide
)
Description:
spec file patch to add -fno-strict-aliasing to fix build
Filename:
MIME Type:
Creator:
Alex Lancaster
Created:
2008-04-15 03:18:30 UTC
Size:
1.43 KB
patch
obsolete
>Index: evolution-brutus.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/evolution-brutus/devel/evolution-brutus.spec,v >retrieving revision 1.11 >diff -u -r1.11 evolution-brutus.spec >--- evolution-brutus.spec 13 Apr 2008 14:14:22 -0000 1.11 >+++ evolution-brutus.spec 15 Apr 2008 03:05:15 -0000 >@@ -5,7 +5,7 @@ > > Name: evolution-brutus > Version: 1.2.11 >-Release: 1%{?dist} >+Release: 2%{?dist} > Summary: Brutus based Exchange connector for Novell Evolution 2.4 and later > > License: GPLv2+ >@@ -73,9 +73,11 @@ > --enable-brutus-target=fedora \ > --enable-brutus-dist=yes \ > --enable-brutus-debug=no \ >- --enable-brutus-devel=yes >-make %{?_smp_mflags} >- >+ --enable-brutus-devel=yes \ >+ --enable-compile-warnings=no >+# this is a hack to temporarily add '-fno-strict-aliasing' CFLAG until such time as glib2 is fixed >+# package should really have an --disable-werror type flag >+make %{?_smp_mflags} CFLAGS="$(grep -e '^CFLAGS = ' Makefile|sed -e 's/^CFLAGS = /-fno-strict-aliasing /')" > > %install > rm -rf %{buildroot} >@@ -118,6 +120,9 @@ > > > %changelog >+* Mon Apr 14 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.2.11-2 >+- Temporary hack to add -fno-strict-aliasing in CFLAGS because of glib2 issue >+ > * Sun Apr 13 2008 Alex Lancaster <alexlan[AT]fedoraproject org> - 1.2.11-1 > - Update to 1.2.11 for compatibility with new eds version in F-9 > - Add BuildRequires: ImageMagick-devel, db4-devel
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 434008
:
302262
|
302268
|
302269
| 302407