[packages] python: fix compilation against Linux 3.x (#10197)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29369 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -2,8 +2,8 @@
|
||||
setup.py | 10 ++++++----
|
||||
1 file changed, 6 insertions(+), 4 deletions(-)
|
||||
|
||||
--- Python-2.6.4.orig/setup.py
|
||||
+++ Python-2.6.4/setup.py
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -622,9 +622,10 @@ class PyBuildExt(build_ext):
|
||||
|
||||
#print 'openssl_ver = 0x%08x' % openssl_ver
|
||||
|
Reference in New Issue
Block a user