]> git.pld-linux.org Git - packages/abrt.git/commitdiff
- make automake happy and silent
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 14 Oct 2012 21:17:02 +0000 (23:17 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 14 Oct 2012 21:17:02 +0000 (23:17 +0200)
abrt.spec
automake.patch [new file with mode: 0644]

index e58a357a477516694703fe2e5b7a425c81edbfc3..0916ac6348a10e50359eb9438cc885cf6b84ae53 100644 (file)
--- 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
 # Source0-md5: 0ac147b6e43ca873e6b1927601ec22a4
 Source1:       %{name}.init
 Patch0:                %{name}-rpm5.patch
+Patch1:                automake.patch
 Patch2:                rpmkey-pld.patch
 Patch3:                format_security.patch
 BuildRequires: autoconf
 Patch2:                rpmkey-pld.patch
 Patch3:                format_security.patch
 BuildRequires: autoconf
@@ -249,6 +250,7 @@ environments.
 %prep
 %setup -q
 %patch0 -p1
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 %patch2 -p1
 %patch3 -p1
 
 %patch2 -p1
 %patch3 -p1
 
diff --git a/automake.patch b/automake.patch
new file mode 100644 (file)
index 0000000..2651713
--- /dev/null
@@ -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 \
This page took 0.069536 seconds and 4 git commands to generate.