• 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-2.7-013-fix-linux-3-compilation.patch
Thomas PetazzoniThomas Petazzoni committed 2455c89bab318 Sep 2011
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
Index: Python-2.7.2/configure
2
===================================================================
3
--- Python-2.7.2.orig/configure
4
+++ Python-2.7.2/configure
5
@@ -3007,6 +3007,7 @@
6
    darwin*) MACHDEP="darwin";;
7
    atheos*) MACHDEP="atheos";;
8
         irix646) MACHDEP="irix6";;
9
+        linux*) MACHDEP="linux2";;
10
    '') MACHDEP="unknown";;
11
    esac
12
 fi
13
Index: Python-2.7.2/configure.in
14
===================================================================
15
--- Python-2.7.2.orig/configure.in
16
+++ Python-2.7.2/configure.in
17
@@ -297,6 +297,7 @@
18
    darwin*) MACHDEP="darwin";;
19
    atheos*) MACHDEP="atheos";;
20
         irix646) MACHDEP="irix6";;
21
+        linux*) MACHDEP="linux2";;
22
    '') MACHDEP="unknown";;
23
    esac
24
 fi
  • 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.