aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pidgin/libotr
diff options
context:
space:
mode:
authorJakob Drexel <jake42@rommel.stw.uni-erlangen.de>2014-01-13 19:31:20 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2014-01-22 12:22:36 +0100
commite021ccee741e406cacba8f30d92c3161e64eb17d (patch)
tree9a8bff926b167a73a9463b11e28c974f00139577 /meta-oe/recipes-support/pidgin/libotr
parent52e218c739912edd614741a980cb3bd70cf65e19 (diff)
downloadmeta-openembedded-contrib-e021ccee741e406cacba8f30d92c3161e64eb17d.tar.gz
pidgin: Add libotr recipe and patch to fix QA-issue
Signed-off-by: Jakob Drexel <jake42@rommel.stw.uni-erlangen.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/pidgin/libotr')
-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 0000000000..b78663310a
--- /dev/null
+++ b/meta-oe/recipes-support/pidgin/libotr/fix_qa-issue_include.patch
@@ -0,0 +1,18 @@
+libotr: Fix QA-issue where also files from buildhost would be included
+
+Warning was:
+cc1: warning: include location "/usr/include" is unsafe for
+cross-compilation [-Wpoison-system-directories]
+
+Upstream-Status: Pending
+
+Signed-off-by: Jakob Drexel <jake42@rommel.stw.uni-erlangen.de>
+
+--- a/toolkit/Makefile.am 2012-05-03 15:52:22.000000000 +0200
++++ b/toolkit/Makefile.am 2014-01-13 12:12:26.030369357 +0100
+@@ -1,4 +1,4 @@
+-INCLUDES = -I$(includedir) -I../src @LIBGCRYPT_CFLAGS@
++INCLUDES = -I../src @LIBGCRYPT_CFLAGS@
+
+ noinst_HEADERS = aes.h ctrmode.h parse.h sesskeys.h readotr.h sha1hmac.h
+