1
1
# HG changeset patch
2
- # Parent ff8a7557607cffd626997e57ed31c1012a3018aa
2
+ # Parent d377390f787c0739a3e89f669def72d7167e5108
3
3
# openssl_sdk_makedepend.patch
4
4
#
5
- # using openssl 1.0.2e
5
+ # using openssl 1.0.2f
6
6
#
7
7
# - support building with an OS X SDK
8
- # - allow "make depend" to use compilers with names other than "gcc"
9
8
10
9
diff Configure
11
10
12
11
diff --git a/Configure b/Configure
13
12
--- a/Configure
14
13
+++ b/Configure
15
- @@ -635 ,12 +635 ,12 @@
14
+ @@ -638 ,12 +638 ,12 @@
16
15
17
16
##### MacOS X (a.k.a. Rhapsody or Darwin) setup
18
17
"rhapsody-ppc-cc","cc:-O3 -DB_ENDIAN::(unknown):MACOSX_RHAPSODY::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}::",
@@ -31,7 +30,7 @@ diff --git a/Configure b/Configure
31
30
"debug-darwin-ppc-cc","cc:-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DB_ENDIAN -g -Wall -O::-D_REENTRANT:MACOSX::BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${ppc32_asm}:osx32:dlfcn:darwin-shared:-fPIC:-dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
32
31
# iPhoneOS/iOS
33
32
"iphoneos-cross","llvm-gcc:-O3 -isysroot \$(CROSS_TOP)/SDKs/\$(CROSS_SDK) -fomit-frame-pointer -fno-common::-D_REENTRANT:iOS:-Wl,-search_paths_first%:BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR:${no_asm}:dlfcn:darwin-shared:-fPIC -fno-common:-dynamiclib:.\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
34
- @@ -1714 ,8 +1714 ,7 @@
33
+ @@ -1717 ,8 +1717 ,7 @@
35
34
s/^CC=.*$/CC= $cc/;
36
35
s/^AR=\s*ar/AR= $ar/;
37
36
s/^RANLIB=.*/RANLIB= $ranlib/;
@@ -41,16 +40,3 @@ diff --git a/Configure b/Configure
41
40
}
42
41
s/^CFLAG=.*$/CFLAG= $cflags/;
43
42
s/^DEPFLAG=.*$/DEPFLAG=$depflags/;
44
- diff --git a/util/domd b/util/domd
45
- --- a/util/domd
46
- +++ b/util/domd
47
- @@ -14,8 +14,7 @@
48
- cp Makefile Makefile.save
49
- # fake the presence of Kerberos
50
- touch $TOP/krb5.h
51
- - if ${MAKEDEPEND} --version 2>&1 | grep -q "clang" ||
52
- - echo $MAKEDEPEND | grep -q "gcc"; then
53
- + if true ; then
54
- args=""
55
- while [ $# -gt 0 ]; do
56
- if [ "$1" != "--" ]; then args="$args $1"; fi
0 commit comments