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 716061 Details for
Bug 925713
libesmtp: Does not support aarch64 in f19 and rawhide
[?]
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]
Proposed fix
libesmtp-add-aarch64-support.patch (text/plain), 1.54 KB, created by
Jaroslav Škarvada
on 2013-03-25 15:22:31 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Jaroslav Škarvada
Created:
2013-03-25 15:22:31 UTC
Size:
1.54 KB
patch
obsolete
>diff --git a/libesmtp.spec b/libesmtp.spec >index fdd7307..5d2d244 100644 >--- a/libesmtp.spec >+++ b/libesmtp.spec >@@ -3,13 +3,13 @@ > Summary: SMTP client library > Name: libesmtp > Version: 1.0.6 >-Release: 5%{?dist} >+Release: 6%{?dist} > License: LGPLv2+ > Group: System Environment/Libraries > Source: http://www.stafford.uklinux.net/libesmtp/%{name}-%{version}.tar.bz2 > URL: http://www.stafford.uklinux.net/libesmtp/ > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >-BuildRequires: openssl-devel pkgconfig >+BuildRequires: openssl-devel pkgconfig autoconf automake libtool > > %description > LibESMTP is a library to manage posting (or submission of) electronic >@@ -33,14 +33,14 @@ Exim. > The libesmtp-devel package contains headers and development libraries > necessary for building programs against libesmtp. > >-%prep >+%prep > %setup -q > > # Keep rpmlint happy about libesmtp-debuginfo... > chmod a-x htable.c > > %build >- >+autoreconf -i > if pkg-config openssl ; then > export CFLAGS="$CFLAGS $RPM_OPT_FLAGS `pkg-config --cflags openssl`" > export LDFLAGS="$LDFLAGS `pkg-config --libs-only-L openssl`" >@@ -98,6 +98,10 @@ rm -rf $RPM_BUILD_ROOT > %{_libdir}/pkgconfig/libesmtp.pc > > %changelog >+* Mon Mar 25 2013 Jaroslav Å karvada <jskarvad@redhat.com> - 1.0.6-6 >+- Added support for aarch64 >+ Resolves: rhbz#925713 >+ > * Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.6-5 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild >
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 925713
: 716061