aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/obex/openobex-1.5/separate_builddir.patch
blob: 8abf8ae2421b1f1dca53473d71d7ec8e30fcc5b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Fix detection of IrDA failing with B!=S

Upstream-Status: Pending

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>

--- a/acinclude.m4	2014-05-24 14:05:41.757796816 +0100
+++ b/acinclude.m4	2014-05-24 14:03:06.556795536 +0100
@@ -54,6 +54,7 @@
 ])
 
 AC_DEFUN([AC_PATH_IRDA_LINUX], [
+	CPPFLAGS="${CPPFLAGS} -I${srcdir}"
 	AC_CACHE_CHECK([for IrDA support], irda_found, [
 		AC_TRY_COMPILE([
 				#include <sys/socket.h>