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 715946 Details for
Bug 925258
ding-libs: 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]
specfile patch that runs autoreconf before configure
0001-Run-autoreconf-before-configure.patch (text/plain), 2.85 KB, created by
Jakub Hrozek
on 2013-03-25 10:10:20 UTC
(
hide
)
Description:
specfile patch that runs autoreconf before configure
Filename:
MIME Type:
Creator:
Jakub Hrozek
Created:
2013-03-25 10:10:20 UTC
Size:
2.85 KB
patch
obsolete
>From eb2f0f0ea646111280293fd215b2fa2704917840 Mon Sep 17 00:00:00 2001 >From: Jakub Hrozek <jhrozek@redhat.com> >Date: Mon, 25 Mar 2013 10:54:19 +0100 >Subject: [PATCH] Run autoreconf before configure > >Resolves: #925258 >--- > ...PROG_AR-in-configure.ac-to-get-rid-of-war.patch | 27 ++++++++++++++++++++++ > ding-libs.spec | 10 +++++++- > 2 files changed, 36 insertions(+), 1 deletion(-) > create mode 100644 0001-Include-AM_PROG_AR-in-configure.ac-to-get-rid-of-war.patch > >diff --git a/0001-Include-AM_PROG_AR-in-configure.ac-to-get-rid-of-war.patch b/0001-Include-AM_PROG_AR-in-configure.ac-to-get-rid-of-war.patch >new file mode 100644 >index 0000000000000000000000000000000000000000..5926119c5edad1b70e7da07ec83664634dd9472d >--- /dev/null >+++ b/0001-Include-AM_PROG_AR-in-configure.ac-to-get-rid-of-war.patch >@@ -0,0 +1,27 @@ >+From 41a7811b2a4e07a30701508bbbb4b16d4ce1e0ba Mon Sep 17 00:00:00 2001 >+From: Jakub Hrozek <jhrozek@redhat.com> >+Date: Mon, 25 Mar 2013 11:03:19 +0100 >+Subject: [PATCH] Include AM_PROG_AR in configure.ac to get rid of warnings >+ >+--- >+ configure.ac | 4 +++- >+ 1 file changed, 3 insertions(+), 1 deletion(-) >+ >+diff --git a/configure.ac b/configure.ac >+index 2e22e8a6aaac271dfa4841c17f98411967e09fd9..8f0f1244ecaa627c1d1543407344e5c31b3eeb6b 100644 >+--- a/configure.ac >++++ b/configure.ac >+@@ -5,7 +5,9 @@ AC_INIT([ding-libs], >+ AC_CONFIG_SRCDIR([README]) >+ AC_CONFIG_AUX_DIR([build]) >+ AM_INIT_AUTOMAKE([-Wall -Werror foreign]) >+-AC_PROG_CC >++AM_PROG_CC_C_O >++m4_pattern_allow([AM_PROG_AR]) >++AM_PROG_AR >+ AC_PROG_LIBTOOL >+ AC_CONFIG_MACRO_DIR([m4]) >+ AC_PROG_INSTALL >+-- >+1.8.1.4 >+ >diff --git a/ding-libs.spec b/ding-libs.spec >index a3822d973187d09146aff2f362897fa384d70587..5b57f39953c3dcde4745298fc909ac975fd33d53 100644 >--- a/ding-libs.spec >+++ b/ding-libs.spec >@@ -1,6 +1,6 @@ > Name: ding-libs > Version: 0.2.91 >-Release: 13%{?dist} >+Release: 14%{?dist} > Summary: "Ding is not GLib" assorted utility libraries > Group: Development/Libraries > License: LGPLv3+ >@@ -16,6 +16,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) > %global ini_config_version 0.7.0 > > ### Patches ### >+Patch0001: 0001-Include-AM_PROG_AR-in-configure.ac-to-get-rid-of-war.patch > > ### Dependencies ### > # ding-libs is a meta-package that will pull in all of its own >@@ -312,8 +313,10 @@ structure > > %prep > %setup -q >+%patch0001 -p1 -b .confwarn > > %build >+autoreconf -ivf > %configure \ > --disable-static > >@@ -345,6 +348,11 @@ rm -f */doc/html/installdox > rm -rf $RPM_BUILD_ROOT > > %changelog >+* Mon Mar 25 2013 Jakub Hrozek <jhrozek@redhat.com> - 0.2.91-14 >+- include a patch to get rid of autoreconf warnings >+- run autoreconf before configure >+- Resolves: #925258 >+ > * Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.91-13 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild > >-- >1.8.1.4 >
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 925258
:
715944
| 715946