File tree 6 files changed +6
-9
lines changed
6 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -237,13 +237,13 @@ endif
237
237
ifeq ($2,macOS)
238
238
cd $$(OPENSSL_DIR-$1) && \
239
239
CC="$$(CC-$1)" MACOSX_DEPLOYMENT_TARGET=$$(MACOSX_DEPLOYMENT_TARGET) \
240
- ./Configure darwin64-$$(ARCH-$1)-cc no-tests --prefix=$(PROJECT_DIR)/build/$2/openssl --openssldir=$(PROJECT_DIR)/build/$2/openssl
240
+ ./Configure darwin64-$$(ARCH-$1)-cc no-tests --prefix=$(PROJECT_DIR)/build/$2/openssl
241
241
else
242
242
cd $$(OPENSSL_DIR-$1) && \
243
243
CC="$$(CC-$1)" \
244
244
CROSS_TOP="$$(dir $$(SDK_ROOT-$1)).." \
245
245
CROSS_SDK="$$(notdir $$(SDK_ROOT-$1))" \
246
- ./Configure iphoneos-cross no-asm no-tests --prefix=$(PROJECT_DIR)/build/$2/openssl --openssldir=$(PROJECT_DIR)/build/$2/openssl
246
+ ./Configure iphoneos-cross no-asm no-tests --prefix=$(PROJECT_DIR)/build/$2/openssl
247
247
endif
248
248
249
249
# Build OpenSSL
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ _heapq _heapqmodule.c
28
28
_io -DPy_BUILD_CORE_BUILTIN -I$(srcdir)/Include/internal -I$(srcdir)/Modules/_io _io/_iomodule.c _io/iobase.c _io/fileio.c _io/bytesio.c _io/bufferedio.c _io/textio.c _io/stringio.c
29
29
_json -I$(srcdir)/Include/internal -DPy_BUILD_CORE_BUILTIN _json.c
30
30
_locale _localemodule.c # -lintl
31
- _lsprof _lsprof.o rotatingtree.c
31
+ _lsprof _lsprof.c rotatingtree.c
32
32
_lzma _lzmamodule.c -I$(srcdir)/../Support/XZ/Headers -L$(srcdir)/../Support/XZ/ -lxz
33
33
_md5 md5module.c
34
34
_multibytecodec cjkcodecs/multibytecodec.c
@@ -65,8 +65,8 @@ _thread -DPy_BUILD_CORE -I$(srcdir)/Include/internal _threadmodule.c
65
65
_tracemalloc _tracemalloc.c hashtable.c
66
66
_weakref _weakref.c
67
67
_uuid _uuidmodule.c
68
- atexit atexitmodule.c
69
68
array arraymodule.c
69
+ atexit atexitmodule.c
70
70
audioop audioop.c
71
71
binascii binascii.c
72
72
cmath cmathmodule.c _math.c
@@ -112,7 +112,6 @@ zlib zlibmodule.c -I$(prefix)/include -lz
112
112
#_dbm _dbmmodule.c
113
113
#_gdbm _gdbmmodule.c -I/usr/local/include -L/usr/local/lib -lgdbm
114
114
#_posixshmem _multiprocessing/posixshmem.c
115
- #_scproxy _scproxy.c -framework SystemConfiguration -framework CoreFoundation
116
115
#_tkinter _tkinter.c tkappinit.c -DWITH_APPINIT -I... -L...
117
116
#nis nismodule.c -lnsl
118
117
#ossaudiodev
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ _ctypes _ctypes/_ctypes.c \
15
15
-L$(srcdir)/../Support/libFFI \
16
16
-lFFI
17
17
18
-
19
18
_decimal _decimal/_decimal.c \
20
19
_decimal/libmpdec/basearith.c \
21
20
_decimal/libmpdec/constants.c \
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ _ctypes _ctypes/_ctypes.c \
15
15
-DHAVE_FFI_PREP_CLOSURE_LOC=1 -DHAVE_FFI_CLOSURE_ALLOC=1 \
16
16
-lffi
17
17
18
-
19
18
_decimal _decimal/_decimal.c \
20
19
_decimal/libmpdec/basearith.c \
21
20
_decimal/libmpdec/constants.c \
@@ -33,3 +32,5 @@ _decimal _decimal/_decimal.c \
33
32
_decimal/libmpdec/transpose.c \
34
33
-I$(srcdir)/Modules/_decimal/libmpdec \
35
34
-DCONFIG_64=1 -DANSI=1 -DHAVE_UINT128_T=1
35
+
36
+ _scproxy _scproxy.c -framework SystemConfiguration -framework CoreFoundation
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ _ctypes _ctypes/_ctypes.c \
15
15
-L$(srcdir)/../Support/libFFI \
16
16
-lFFI
17
17
18
-
19
18
_decimal _decimal/_decimal.c \
20
19
_decimal/libmpdec/basearith.c \
21
20
_decimal/libmpdec/constants.c \
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ _ctypes _ctypes/_ctypes.c \
15
15
-L$(srcdir)/../Support/libFFI \
16
16
-lFFI
17
17
18
-
19
18
_decimal _decimal/_decimal.c \
20
19
_decimal/libmpdec/basearith.c \
21
20
_decimal/libmpdec/constants.c \
You can’t perform that action at this time.
0 commit comments