Blame SOURCES/0116-testsuite-changed-atlocal.in-to-work-with-last-commi.patch

0c9110
From bc34787bfbaa2a4bcb74865c24fe56b0fd50d7e5 Mon Sep 17 00:00:00 2001
0c9110
From: Matej Habrnal <mhabrnal@redhat.com>
0c9110
Date: Wed, 22 Oct 2014 00:17:28 +0200
0c9110
Subject: [LIBREPORT PATCH 116/118] testsuite: changed atlocal.in to work with
0c9110
 last commit
0c9110
0c9110
Added special library libreport-web.la and CFLAGS DEFAULT_DUMP_DIR_MODE.
0c9110
0c9110
Related #1140224
0c9110
0c9110
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
0c9110
Signed-off-by: Jakub Filak <jfilak@redhat.com>
0c9110
---
0c9110
 tests/atlocal.in | 6 +++---
0c9110
 1 file changed, 3 insertions(+), 3 deletions(-)
0c9110
0c9110
diff --git a/tests/atlocal.in b/tests/atlocal.in
0c9110
index 5150b21..1a82edb 100644
0c9110
--- a/tests/atlocal.in
0c9110
+++ b/tests/atlocal.in
0c9110
@@ -6,10 +6,10 @@ CC='@CC@'
0c9110
 LIBTOOL="$abs_top_builddir/libtool"
0c9110
 
0c9110
 # We want no optimization.
0c9110
-CFLAGS="@O0CFLAGS@ -I$abs_top_builddir/src/include -I$abs_top_builddir/src/lib -I$abs_top_builddir/src/gtk-helpers -D_GNU_SOURCE @GLIB_CFLAGS@ @GTK_CFLAGS@"
0c9110
+CFLAGS="@O0CFLAGS@ -I$abs_top_builddir/src/include -I$abs_top_builddir/src/lib -I$abs_top_builddir/src/gtk-helpers -D_GNU_SOURCE @GLIB_CFLAGS@ @GTK_CFLAGS@ -DDEFAULT_DUMP_DIR_MODE=@DEFAULT_DUMP_DIR_MODE@"
0c9110
 
0c9110
 # Are special link options needed?
0c9110
-LDFLAGS="@LDFLAGS@ $abs_top_builddir/src/lib/libreport.la $abs_top_builddir/src/gtk-helpers/libreport-gtk.la"
0c9110
+LDFLAGS="@LDFLAGS@"
0c9110
 
0c9110
 # Are special libraries needed?
0c9110
-LIBS="@LIBS@"
0c9110
+LIBS="@LIBS@ $abs_top_builddir/src/lib/libreport.la $abs_top_builddir/src/gtk-helpers/libreport-gtk.la $abs_top_builddir/src/lib/libreport-web.la"
0c9110
-- 
0c9110
1.8.3.1
0c9110