summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-02-03 15:40:22 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2010-02-03 15:40:22 +0100
commit539deb3da4d59a568dc7c8ca9d6c077ed53a351f (patch)
tree9ae24421cfd2c532c2d91bbf56ad1447ae86f8b2
parent483959119c9e65248a3904ec4bf13594f404792b (diff)
downloadabrt-539deb3da4d59a568dc7c8ca9d6c077ed53a351f.tar.gz
abrt-539deb3da4d59a568dc7c8ca9d6c077ed53a351f.tar.xz
abrt-539deb3da4d59a568dc7c8ca9d6c077ed53a351f.zip
don't try to write to limits in Fedora
-rw-r--r--abrt.spec1
-rw-r--r--lib/Plugins/Makefile.am4
2 files changed, 3 insertions, 2 deletions
diff --git a/abrt.spec b/abrt.spec
index f8f429b..33609d7 100644
--- a/abrt.spec
+++ b/abrt.spec
@@ -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 d823eea..ce754e4 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