From 539deb3da4d59a568dc7c8ca9d6c077ed53a351f Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Wed, 3 Feb 2010 15:40:22 +0100 Subject: don't try to write to limits in Fedora --- abrt.spec | 1 + lib/Plugins/Makefile.am | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/abrt.spec b/abrt.spec index f8f429bc..33609d79 100644 --- a/abrt.spec +++ b/abrt.spec @@ -409,6 +409,7 @@ fi %changelog * Tue Feb 2 2010 Jiri Moskovcak 1.0.6-1 +- print __glib_assert_msg (rhbz#549735); - SPEC: added some requires to abrt-cli to make it work out-of-the-box (jmoskovc@redhat.com) - abrt-hook-ccpp: fix rhbz#560612 "limit '18446744073709551615' is bogus" rhbz#560612(vda.linux@googlemail.com) - APPLET: don't show the icon when abrtd is not running rhbz#557866 (jmoskovc@redhat.com) diff --git a/lib/Plugins/Makefile.am b/lib/Plugins/Makefile.am index d823eea4..ce754e42 100644 --- a/lib/Plugins/Makefile.am +++ b/lib/Plugins/Makefile.am @@ -59,8 +59,8 @@ libCCpp_la_LDFLAGS = -avoid-version libCCpp_la_CPPFLAGS = -I$(srcdir)/../../inc -I$(srcdir)/../Utils \ -DCCPP_HOOK_PATH=\"${libexecdir}/abrt-hook-ccpp\" \ -DDEBUG_DUMPS_DIR=\"$(DEBUG_DUMPS_DIR)\" \ - -DLOCALSTATEDIR='"$(localstatedir)"' \ - -DHOSTILE_KERNEL + -DLOCALSTATEDIR='"$(localstatedir)"' +# -DHOSTILE_KERNEL # Firefox - disabled for now -- cgit