diff options
-rw-r--r-- | abrt.spec | 1 | ||||
-rw-r--r-- | lib/Plugins/Makefile.am | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -409,6 +409,7 @@ fi %changelog * Tue Feb 2 2010 Jiri Moskovcak <jmoskovc@redhat.com> 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 |