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 880549 Details for
Bug 1082384
Compile fixes for el6
[?]
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]
el6 build fixes
dovecot-el6-build-fixes.patch (text/plain), 1.71 KB, created by
John Morris
on 2014-03-30 22:56:45 UTC
(
hide
)
Description:
el6 build fixes
Filename:
MIME Type:
Creator:
John Morris
Created:
2014-03-30 22:56:45 UTC
Size:
1.71 KB
patch
obsolete
>commit 450e1f563f3ac0984cd30671e5f6da8b1439b4ef >Author: John Morris <john@zultron.com> >Date: Sun Mar 30 17:53:21 2014 -0500 > > el6 build fixes (#1082384) > > - el6 autoconf too old to regen; use packaged files > - fix compile error when __global_ldflags macro undefined > >diff --git a/dovecot.spec b/dovecot.spec >index c752216..b6bf500 100644 >--- a/dovecot.spec >+++ b/dovecot.spec >@@ -5,7 +5,7 @@ Name: dovecot > Epoch: 1 > Version: 2.2.12 > %global prever %{nil} >-Release: 1%{?dist} >+Release: 2%{?dist} > #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2 > License: MIT and LGPLv2 > Group: System Environment/Daemons >@@ -138,8 +138,11 @@ sed -i '/DEFAULT_INCLUDES *=/s|$| '"$(pkg-config --cflags libclucene-core)|" src > #required for fdpass.c line 125,190: dereferencing type-punned pointer will break strict-aliasing rules > %global _hardened_build 1 > export CFLAGS="%{__global_cflags} -fno-strict-aliasing" >-export LDFLAGS="-Wl,-z,now -Wl,-z,relro %{__global_ldflags}" >+export LDFLAGS="-Wl,-z,now -Wl,-z,relro %{?__global_ldflags}" >+# el6 autoconf too old to regen; use packaged files (#1082384) >+%if %{?fedora}00%{?rhel} > 6 > autoreconf -I . -fiv #required for aarch64 support >+%endif > %configure \ > INSTALL_DATA="install -c -p -m644" \ > --docdir=%{_docdir}/%{name} \ >@@ -485,6 +488,11 @@ make check > %{_libdir}/%{name}/dict/libdriver_pgsql.so > > %changelog >+* Sun Mar 30 2014 John Morris <john@zultron.com> - 1:2.2.12-2 >+- el6 build fixes (#1082384): >+- el6 autoconf too old to regen; use packaged files >+- fix compile error when __global_ldflags macro undefined >+ > * Fri Feb 14 2014 Michal Hlavinka <mhlavink@redhat.com> - 1:2.2.12-1 > - dovecot updated to 2.2.12 > - fixes pop3 crash
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 1082384
: 880549