• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/python3/006-cross-compile-getaddrinfo.patch
Thomas PetazzoniThomas Petazzoni committed c24c874810028 Dec 2014
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
Disable buggy_getaddrinfo configure test when cross-compiling with IPv6 support
2
​
3
Signed-off-by: Vanya Sergeev <vsergeev at gmail.com>
4
​
5
---
6
 configure.ac |    2 +-
7
 1 file changed, 1 insertion(+), 1 deletion(-)
8
​
9
Index: b/configure.ac
10
===================================================================
11
--- a/configure.ac
12
+++ b/configure.ac
13
@@ -3429,7 +3429,7 @@
14
 
15
 AC_MSG_RESULT($ac_cv_buggy_getaddrinfo)
16
 
17
-if test $have_getaddrinfo = no || test "$ac_cv_buggy_getaddrinfo" = yes
18
+if test $have_getaddrinfo = no || test "$cross_compiling" != "yes" -a "$ac_cv_buggy_getaddrinfo" = yes
19
 then
20
    if test $ipv6 = yes
21
    then
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.