summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pidgin/libotr/fix_qa-issue_include.patch
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/libotr/fix_qa-issue_include.patch
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/libotr/fix_qa-issue_include.patch')
-rw-r--r--meta-oe/recipes-support/pidgin/libotr/fix_qa-issue_include.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/pidgin/libotr/fix_qa-issue_include.patch b/meta-oe/recipes-support/pidgin/libotr/fix_qa-issue_include.patch
new file mode 100644
index 000000000..b78663310
--- /dev/null
+++ b/meta-oe/recipes-support/pidgin/libotr/fix_qa-issue_include.patch
@@ -0,0 +1,18 @@
1libotr: Fix QA-issue where also files from buildhost would be included
2
3Warning was:
4cc1: warning: include location "/usr/include" is unsafe for
5cross-compilation [-Wpoison-system-directories]
6
7Upstream-Status: Pending
8
9Signed-off-by: Jakob Drexel <jake42@rommel.stw.uni-erlangen.de>
10
11--- a/toolkit/Makefile.am 2012-05-03 15:52:22.000000000 +0200
12+++ b/toolkit/Makefile.am 2014-01-13 12:12:26.030369357 +0100
13@@ -1,4 +1,4 @@
14-INCLUDES = -I$(includedir) -I../src @LIBGCRYPT_CFLAGS@
15+INCLUDES = -I../src @LIBGCRYPT_CFLAGS@
16
17 noinst_HEADERS = aes.h ctrmode.h parse.h sesskeys.h readotr.h sha1hmac.h
18