summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/samba/samba-3.6.24/configure-disable-getaddrinfo-cross.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-connectivity/samba/samba-3.6.24/configure-disable-getaddrinfo-cross.patch')
-rw-r--r--meta-oe/recipes-connectivity/samba/samba-3.6.24/configure-disable-getaddrinfo-cross.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/samba/samba-3.6.24/configure-disable-getaddrinfo-cross.patch b/meta-oe/recipes-connectivity/samba/samba-3.6.24/configure-disable-getaddrinfo-cross.patch
new file mode 100644
index 000000000..84ecd498f
--- /dev/null
+++ b/meta-oe/recipes-connectivity/samba/samba-3.6.24/configure-disable-getaddrinfo-cross.patch
@@ -0,0 +1,11 @@
1--- samba-3.6.6/source3/configure.orig 2012-10-01 15:50:15.371574883 -0300
2+++ samba-3.6.6/source3/configure 2012-10-01 15:50:35.563699659 -0300
3@@ -13302,7 +13302,7 @@
4 # getaddrinfo is broken on some AIX systems
5 # see bug 5910, use our replacements if we detect
6 # a broken system.
7- if test "$cross_compiling" = yes; then :
8+ if test "$cross_compiling" = foo; then :
9 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
10 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11 as_fn_error "cannot run test program while cross compiling