blob: 177eed429b8c0216ca20bbd8e55fd1f341a8933b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff -ur openssl-0.9.8zh/Makefile.org openssl-0.9.8zc+iPhone/Makefile.org
--- openssl-0.9.8zh/Makefile.org 2014-10-15 02:45:00.000000000 -1000
+++ openssl-0.9.8zh+iPhone/Makefile.org 2018-12-10 08:55:55.000000000 -1000
@@ -371,6 +371,10 @@
exit 1; \
fi
+libcrypto.a: build_crypto
+
+libssl.a: build_ssl
+
libssl$(SHLIB_EXT): libcrypto$(SHLIB_EXT) libssl.a
@if [ "$(SHLIB_TARGET)" != "" ]; then \
shlibdeps=-lcrypto; \
|