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 852683 Details for
Bug 1052266
/usr/sbin/rsyslogd links with libee
[?]
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]
Patch for the issue
0001-Don-t-link-rsyslogd-with-libee.patch (text/plain), 1.12 KB, created by
Tomas Heinrich
on 2014-01-20 10:40:14 UTC
(
hide
)
Description:
Patch for the issue
Filename:
MIME Type:
Creator:
Tomas Heinrich
Created:
2014-01-20 10:40:14 UTC
Size:
1.12 KB
patch
obsolete
>From 56d406c496fd2c4dcac4c8a8b70388638a7d835d Mon Sep 17 00:00:00 2001 >From: Tomas Heinrich <theinric@redhat.com> >Date: Mon, 13 Jan 2014 16:05:53 +0100 >Subject: [PATCH] Don't link rsyslogd with libee > >The library isn't referenced from the main application, >only from mmnormalize. >--- > runtime/Makefile.am | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/runtime/Makefile.am b/runtime/Makefile.am >index 34384be..fd462b0 100644 >--- a/runtime/Makefile.am >+++ b/runtime/Makefile.am >@@ -102,8 +102,8 @@ else > librsyslog_la_CPPFLAGS = -DSD_EXPORT_SYMBOLS -D_PATH_MODDIR=\"$(pkglibdir)/\" -I\$(top_srcdir) -I\$(top_srcdir)/grammar > endif > #librsyslog_la_LDFLAGS = -module -avoid-version >-librsyslog_la_CPPFLAGS += $(PTHREADS_CFLAGS) $(LIBEE_CFLAGS) $(LIBUUID_CFLAGS) $(JSON_C_CFLAGS) -I\$(top_srcdir)/tools >-librsyslog_la_LIBADD = $(DL_LIBS) $(RT_LIBS) $(LIBEE_LIBS) $(LIBUUID_LIBS) $(JSON_C_LIBS) >+librsyslog_la_CPPFLAGS += $(PTHREADS_CFLAGS) $(LIBUUID_CFLAGS) $(JSON_C_CFLAGS) -I\$(top_srcdir)/tools >+librsyslog_la_LIBADD = $(DL_LIBS) $(RT_LIBS) $(LIBUUID_LIBS) $(JSON_C_LIBS) > > # > # regular expression support >-- >1.8.4.3 >
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 1052266
: 852683