diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-07-12 16:34:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-07-12 16:34:01 +0100 |
commit | 37d5ee911bcaa5c9c1ac6bf868a3902dd2dfd77f (patch) | |
tree | e7ea0e7a9c4234649d43312f209764e8030053f2 /python/makefile.mk | |
parent | e3ae44e512dc08cce9d9cecaab2be93a94458431 (diff) |
get python building under mipsel
Change-Id: I28e4d96fb48420a19e51d52b89895625e7f9ba93
Diffstat (limited to 'python/makefile.mk')
-rw-r--r-- | python/makefile.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/makefile.mk b/python/makefile.mk index 62907bf65e19..9311c753f4ee 100644 --- a/python/makefile.mk +++ b/python/makefile.mk @@ -58,7 +58,8 @@ PATCH_FILES=\ Python-2.6.1-nohardlink.patch \ Python-2.6.1-py2422.patch \ Python-2.6.1-py4768.patch \ - Python-2.6.1-svn-1.7.patch + Python-2.6.1-svn-1.7.patch \ + Python.mipsel-py4305.patch CONFIGURE_DIR= |