File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
- 751eefa59dc068eb85a017399bfb482a58fa6e791017a1d9e4bce89f9b744e18be0134696df6fff64ae4498121281d5433cf7af5e8c7fa211c094c21ec6759a9 curl-7.26 .0.tar.gz
1
+ 251fb2063b7414fd54d139c032a25599f9016cd95c534835450a5a5e4bc20c81042f692d8fc18648a4c972fc3c9629e6b7b405d750a7fa29599da123a6b12aa7 curl-7.39 .0.tar.gz
Original file line number Diff line number Diff line change 1
1
# curl
2
2
3
- CURL_VERSION := 7.26 .0
3
+ CURL_VERSION := 7.39 .0
4
4
CURL_URL := http://curl.haxx.se/download/curl-$(CURL_VERSION ) .tar.gz
5
5
6
6
$(TARBALLS ) /curl-$(CURL_VERSION ) .tar.gz :
Original file line number Diff line number Diff line change 47
47
ifeq ($(MY_TARGET_ARCH ) ,arm64)
48
48
OPENSSL_CONFIG_VARS ="BSD-generic64"
49
49
endif
50
+ ifeq ($(MY_TARGET_ARCH ) ,armv7s)
51
+ OPENSSL_CONFIG_VARS ="BSD-generic32"
52
+ endif
53
+ ifeq ($(MY_TARGET_ARCH ) ,x86_64)
54
+ OPENSSL_CONFIG_VARS ="darwin64-x86_64-cc"
55
+ endif
50
56
endif
51
57
52
58
$(TARBALLS ) /openssl-$(OPENSSL_VERSION ) .tar.gz :
You can’t perform that action at this time.
0 commit comments