projects
/
openwrt
/
svn-archive
/
archive.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update python to 2.5.4 (#4408)
[openwrt/svn-archive/archive.git]
/
lang
/
python
/
patches
/
000-cross-compile.patch
diff --git
a/lang/python/patches/000-cross-compile.patch
b/lang/python/patches/000-cross-compile.patch
index f89d3e38e5cf2358d9b10745b699a8d9c7d6488e..0616eb425d100556f57beb889d35de526725e75d 100644
(file)
--- a/
lang/python/patches/000-cross-compile.patch
+++ b/
lang/python/patches/000-cross-compile.patch
@@
-30,10
+30,11
@@
Index: Python-2.5.1/Makefile.pre.in
esac
# Build static library
esac
# Build static library
-@@ -470,
7 +471,7
@@
+@@ -470,
8 +471,8
@@
$(GRAMMAR_H) $(GRAMMAR_C): $(PGEN) $(GRAMMAR_INPUT)
$(GRAMMAR_H) $(GRAMMAR_C): $(PGEN) $(GRAMMAR_INPUT)
+ -@ mkdir Include
- -$(PGEN) $(GRAMMAR_INPUT) $(GRAMMAR_H) $(GRAMMAR_C)
+ -$(HOSTPGEN) $(GRAMMAR_INPUT) $(GRAMMAR_H) $(GRAMMAR_C)
- -$(PGEN) $(GRAMMAR_INPUT) $(GRAMMAR_H) $(GRAMMAR_C)
+ -$(HOSTPGEN) $(GRAMMAR_INPUT) $(GRAMMAR_H) $(GRAMMAR_C)