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