FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
empython/hacks.patch at master · aidanhs/empython · GitHub
aidanhs
/
empython
Public
Notifications
You must be signed in to change notification settings
Fork
10
Star
34
Code
Issues
0
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
empython
/
hacks.patch
Copy path
More file actions
More file actions
Latest commit
History
History
History
33 lines (28 loc) · 1.15 KB
Breadcrumbs
empython
/
hacks.patch
Copy path
File metadata and controls
33 lines (28 loc) · 1.15 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
--- pyconfig.h.orig 2020-10-24 22:13:50.745086908 +0100
+++ pyconfig.h 2020-10-24 23:04:46.647877114 +0100
@@ -979,7 +979,7 @@
#define HAVE_SYS_FILE_H 1
/* Define to 1 if you have the <sys/ioctl.h> header file. */
-
#define HAVE_SYS_IOCTL_H 1
+
//#define HAVE_SYS_IOCTL_H 1
/* Define to 1 if you have the <sys/kern_control.h> header file. */
/* #undef HAVE_SYS_KERN_CONTROL_H */
--- Modules/Setup.orig 2020-10-24 23:04:17.224003619 +0100
+++ Modules/Setup 2020-10-24 23:04:24.079974258 +0100
@@ -358,7 +358,7 @@
# Andrew Kuchling's zlib module.
# This require zlib 1.1.3 (or later).
# See http://www.gzip.org/zlib/
-
#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
+
zlib zlibmodule.c -IModules/zlib -LModules/zlib -lz
# Interface to the Expat XML parser
#
--- setup.py
+++ setup.py
@@ -16,7 +16,7 @@
from distutils.command.install_lib import install_lib
from distutils.command.build_scripts import build_scripts
from distutils.spawn import find_executable
-
cross_compiling = "_PYTHON_HOST_PLATFORM" in os.environ
+
cross_compiling = True
# Add special CFLAGS reserved for building the interpreter and the stdlib
# modules (Issue #21121).
Back
|
FazBrowse Home
|
New Git URL