summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libcheck/libcheck/ignore_automake_warning.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/libcheck/libcheck/ignore_automake_warning.patch')
-rw-r--r--meta/recipes-support/libcheck/libcheck/ignore_automake_warning.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-support/libcheck/libcheck/ignore_automake_warning.patch b/meta/recipes-support/libcheck/libcheck/ignore_automake_warning.patch
deleted file mode 100644
index 51c5863f09..0000000000
--- a/meta/recipes-support/libcheck/libcheck/ignore_automake_warning.patch
+++ /dev/null
@@ -1,15 +0,0 @@
1Upstream-Status: Inappropriate [configuration]
2
3Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
4diff -Nurd check-0.9.10/configure.ac check-0.9.10/configure.ac
5--- check-0.9.10/configure.ac 2013-04-18 13:19:02.000000000 +0300
6+++ check-0.9.10/configure.ac 2013-10-25 00:26:43.102413363 +0300
7@@ -26,7 +26,7 @@
8 AC_USE_SYSTEM_EXTENSIONS
9
10 # really severe build strictness
11-AM_INIT_AUTOMAKE([-Wall -Werror gnits 1.9.6])
12+AM_INIT_AUTOMAKE([-Wall gnits 1.9.6])
13
14 # From patch 2803433, request system extensions to generate 64-bit safe code
15 AC_USE_SYSTEM_EXTENSIONS