summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pidgin/pidgin-otr
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
commit1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch)
treea21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-oe/recipes-support/pidgin/pidgin-otr
downloadmeta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-support/pidgin/pidgin-otr')
-rw-r--r--meta-oe/recipes-support/pidgin/pidgin-otr/ignore_extra-portability_warnings.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/pidgin/pidgin-otr/ignore_extra-portability_warnings.patch b/meta-oe/recipes-support/pidgin/pidgin-otr/ignore_extra-portability_warnings.patch
new file mode 100644
index 000000000..db0ad873b
--- /dev/null
+++ b/meta-oe/recipes-support/pidgin/pidgin-otr/ignore_extra-portability_warnings.patch
@@ -0,0 +1,19 @@
1pidgin-otr: Silence no-extra-portability warnings
2
3Make it build with OE, was not building with warning turned on
4
5Upstream-Status: Pending
6
7Signed-off-by: Jakob Drexel <jake42@rommel.stw.uni-erlangen.de>
8
9--- a/configure.ac 2012-09-01 17:03:19.000000000 +0200
10+++ b/configure.ac 2014-01-12 21:59:24.920300215 +0100
11@@ -4,7 +4,7 @@
12
13 AM_CONFIG_HEADER(config.h)
14
15-AM_INIT_AUTOMAKE([-Wall -Werror])
16+AM_INIT_AUTOMAKE([-Wall -Werror -Wno-extra-portability])
17
18 AC_PROG_CC
19