summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/mpfr/mpfr-3.1.0
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2012-05-02 13:49:21 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-25 11:17:56 +0100
commit05fe6c0ab908e5d471e45f8fa9e2bb881d745f1b (patch)
treeecce4b3135561bf09833577c9a9c614b2374f2de /meta/recipes-support/mpfr/mpfr-3.1.0
parentfca50f021a818556ceaa20ce31199131dcdec83c (diff)
downloadpoky-05fe6c0ab908e5d471e45f8fa9e2bb881d745f1b.tar.gz
mpfr: fix build with automake 1.12
(From OE-Core rev: 000bfb7961ad106a93be8fc98118c533bd6b690d) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/mpfr/mpfr-3.1.0')
-rw-r--r--meta/recipes-support/mpfr/mpfr-3.1.0/mpfr_fix_for_automake-1.12.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/meta/recipes-support/mpfr/mpfr-3.1.0/mpfr_fix_for_automake-1.12.patch b/meta/recipes-support/mpfr/mpfr-3.1.0/mpfr_fix_for_automake-1.12.patch
new file mode 100644
index 0000000000..5b0a24aa3e
--- /dev/null
+++ b/meta/recipes-support/mpfr/mpfr-3.1.0/mpfr_fix_for_automake-1.12.patch
@@ -0,0 +1,35 @@
1Upstream-Status: Pending
2
3this patch avoids these issues with automake 1.12
4
5| configure.ac:304: error: automatic de-ANSI-fication support has been removed
6| tests/Makefile.am:12: error: automatic de-ANSI-fication support has been removed
7
8Signed-Off-By: Nitin A Kamble <nitin.a.kamble@.intel.com>
92012/05/02
10
11Index: mpfr-3.1.0/configure.ac
12===================================================================
13--- mpfr-3.1.0.orig/configure.ac
14+++ mpfr-3.1.0/configure.ac
15@@ -301,7 +301,6 @@ if test "$test_CFLAGS" != set && test -n
16 fi
17
18 AM_PROG_CC_C_O
19-AM_C_PROTOTYPES
20
21 case $host in
22 *-apple-darwin*)
23Index: mpfr-3.1.0/tests/Makefile.am
24===================================================================
25--- mpfr-3.1.0.orig/tests/Makefile.am
26+++ mpfr-3.1.0/tests/Makefile.am
27@@ -9,7 +9,7 @@
28 # PARTICULAR PURPOSE.
29
30
31-AUTOMAKE_OPTIONS = 1.6 gnu $(top_builddir)/ansi2knr
32+AUTOMAKE_OPTIONS = 1.6 gnu
33
34 # tversion is run
35 # * at the beginning so that the user gets a possible version error