From: Jan Rękorajski Date: Sun, 14 Oct 2012 21:17:02 +0000 (+0200) Subject: - make automake happy and silent X-Git-Tag: auto/th/abrt-2.1.5-0.1~6 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fabrt.git;a=commitdiff_plain;h=608b599415cd8aca91ec23eeadb3367d9a146c5f - make automake happy and silent --- diff --git a/abrt.spec b/abrt.spec index e58a357..0916ac6 100644 --- a/abrt.spec +++ b/abrt.spec @@ -9,6 +9,7 @@ Source0: https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz # Source0-md5: 0ac147b6e43ca873e6b1927601ec22a4 Source1: %{name}.init Patch0: %{name}-rpm5.patch +Patch1: automake.patch Patch2: rpmkey-pld.patch Patch3: format_security.patch BuildRequires: autoconf @@ -249,6 +250,7 @@ environments. %prep %setup -q %patch0 -p1 +%patch1 -p1 %patch2 -p1 %patch3 -p1 diff --git a/automake.patch b/automake.patch new file mode 100644 index 0000000..2651713 --- /dev/null +++ b/automake.patch @@ -0,0 +1,24 @@ +--- abrt-2.0.15/configure.ac.orig 2012-09-24 09:43:03.000000000 +0200 ++++ abrt-2.0.15/configure.ac 2012-10-14 23:06:30.028035439 +0200 +@@ -3,7 +3,7 @@ + [crash-catcher@fedorahosted.org]) + + AC_CONFIG_MACRO_DIR([m4]) +-AM_INIT_AUTOMAKE([-Wall -Werror foreign]) ++AM_INIT_AUTOMAKE([-Wall foreign]) + # Support silent build rules. Disable by either passing --disable-silent-rules + # to ./configure or passing V=1 to make + m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES]) +@@ -11,10 +11,12 @@ + AM_SILENT_RULES([yes]) + + ++AM_PROG_AR + AC_DISABLE_STATIC + AC_PROG_LIBTOOL + AC_PROG_CC + AC_PROG_LN_S ++AM_PROG_CC_C_O + + AC_SYS_LARGEFILE + CFLAGS="$CFLAGS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE \