summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/samba/samba-3.6.8/configure-disable-getaddrinfo-cross.patch
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-10 03:20:04 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-10 03:20:04 +0200
commit1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch)
tree0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-oe/recipes-connectivity/samba/samba-3.6.8/configure-disable-getaddrinfo-cross.patch
downloadmeta-openembedded-daisy-140929.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/samba/samba-3.6.8/configure-disable-getaddrinfo-cross.patch')
-rw-r--r--meta-oe/recipes-connectivity/samba/samba-3.6.8/configure-disable-getaddrinfo-cross.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/samba/samba-3.6.8/configure-disable-getaddrinfo-cross.patch b/meta-oe/recipes-connectivity/samba/samba-3.6.8/configure-disable-getaddrinfo-cross.patch
new file mode 100644
index 0000000000..84ecd498f5
--- /dev/null
+++ b/meta-oe/recipes-connectivity/samba/samba-3.6.8/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