• 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/python/python-006-cross-compile-getaddrinfo.patch
Thomas PetazzoniThomas Petazzoni committed 7e960dc9da513 Feb 2014
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
Index: b/configure.ac
2
===================================================================
3
--- a/configure.ac
4
+++ b/configure.ac
5
@@ -3337,7 +3337,7 @@
6
 
7
 AC_MSG_RESULT($ac_cv_buggy_getaddrinfo)
8
 
9
-if test $have_getaddrinfo = no -o "$ac_cv_buggy_getaddrinfo" = yes
10
+if test $have_getaddrinfo = no || test "$cross_compiling" != "yes" -a "$ac_cv_buggy_getaddrinfo" = yes
11
 then
12
    if test $ipv6 = yes
13
    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.