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 851943 Details for
Bug 1055049
Build with $RPM_OPT_FLAGS, fix -debuginfo.
[?]
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]
Build with $RPM_OPT_FLAGS, fix -debuginfo.
Build-with-RPMOPTFLAGS-fix--debuginfo.patch (text/plain), 2.61 KB, created by
Ville Skyttä
on 2014-01-18 10:15:25 UTC
(
hide
)
Description:
Build with $RPM_OPT_FLAGS, fix -debuginfo.
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2014-01-18 10:15:25 UTC
Size:
2.61 KB
patch
obsolete
>From e0201df22a4a95abf6d164f6981b3a42bd57815d Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi> >Date: Sat, 18 Jan 2014 12:14:41 +0200 >Subject: [PATCH] Build with $RPM_OPT_FLAGS, fix -debuginfo. > >https://bugzilla.redhat.com/show_bug.cgi?id=1055049 >--- > goaccess-0.7-cflags.patch | 24 ++++++++++++++++++++++++ > goaccess.spec | 9 +++++++-- > 2 files changed, 31 insertions(+), 2 deletions(-) > create mode 100644 goaccess-0.7-cflags.patch > >diff --git a/goaccess-0.7-cflags.patch b/goaccess-0.7-cflags.patch >new file mode 100644 >index 0000000..1611d88 >--- /dev/null >+++ b/goaccess-0.7-cflags.patch >@@ -0,0 +1,24 @@ >+diff -up goaccess-0.7/configure~ goaccess-0.7/configure >+--- goaccess-0.7/configure~ 2013-12-08 22:12:21.000000000 +0200 >++++ goaccess-0.7/configure 2013-12-08 22:12:21.000000000 +0200 >+@@ -4093,7 +4093,7 @@ else >+ as_fn_error $? "pthread is missing" "$LINENO" 5 >+ fi >+ >+-CFLAGS="-pthread" >++CFLAGS="$CFLAGS -pthread" >+ >+ # Checks for libraries. >+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for g_free in -lglib-2.0" >&5 >+diff -up goaccess-0.7/configure.ac~ goaccess-0.7/configure.ac >+--- goaccess-0.7/configure.ac~ 2013-12-08 22:12:14.000000000 +0200 >++++ goaccess-0.7/configure.ac 2013-12-08 22:12:14.000000000 +0200 >+@@ -37,7 +37,7 @@ fi >+ >+ # pthread >+ AC_CHECK_LIB([pthread], [pthread_create], [], [AC_MSG_ERROR([pthread is missing])]) >+-CFLAGS="-pthread" >++CFLAGS="$CFLAGS -pthread" >+ >+ # Checks for libraries. >+ AC_CHECK_LIB([glib-2.0], [g_free], [], [AC_MSG_ERROR([glib-2.x is missing])]) >diff --git a/goaccess.spec b/goaccess.spec >index 0b0737b..9ffdad3 100644 >--- a/goaccess.spec >+++ b/goaccess.spec >@@ -1,10 +1,12 @@ > Name: goaccess > Version: 0.7 >-Release: 1%{?dist} >+Release: 2%{?dist} > Summary: Apache Log Analyzer > License: GPLv2+ > URL: http://goaccess.prosoftcorp.com/ > Source0: http://downloads.sourceforge.net/project/%{name}/%{version}/%{name}-%{version}.tar.gz >+# https://github.com/allinurl/goaccess/pull/74 >+Patch0: %{name}-0.7-cflags.patch > BuildRequires: ncurses-devel > BuildRequires: glib2-devel > BuildRequires: GeoIP-devel >@@ -18,7 +20,7 @@ for system administrators that require a visual server report on the fly. > %setup -q > > %build >-%configure --enable-geoip --enable-utf8 >+%configure --enable-debug --enable-geoip --enable-utf8 > make %{?_smp_mflags} > > %install >@@ -30,6 +32,9 @@ make install DESTDIR=%{buildroot} > %{_mandir}/man1/%{name}.1* > > %changelog >+* Sat Jan 18 2014 Ville Skyttä <ville.skytta@iki.fi> - 0.7-2 >+- Build with $RPM_OPT_FLAGS, fix -debuginfo. >+ > * Wed Nov 20 2013 Eduardo Echeverria <echevemaster@gmail.com> - 0.7-1 > - Update to 0.7 > >-- >1.8.3.1
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 1055049
:
851943
|
851956