File tree Expand file tree Collapse file tree 3 files changed +30
-1
lines changed Expand file tree Collapse file tree 3 files changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ cfg_default_build_arches="all"
4
4
cfg_default_build_mode =" release"
5
5
cfg_default_build_libraries =" all"
6
6
# specific default values
7
- cfg_default_build_api =21
7
+ cfg_default_build_api =9
8
8
cfg_default_gcc_version =4.9
9
9
cfg_arm_alias_folder_name =" armeabi"
10
10
cfg_armv7_alias_folder_name =" armeabi-v7a"
Original file line number Diff line number Diff line change
1
+ diff --git a/lib/curl_config.h b/lib/curl_config.h
2
+ index 6acb5e4..e795bf3 100644
3
+ --- a/lib/curl_config.h
4
+ +++ b/lib/curl_config.h
5
+ @@ -199,8 +199,6 @@
6
+ /* Define to 1 if the getaddrinfo function is threadsafe. */
7
+ #define HAVE_GETADDRINFO_THREADSAFE 1
8
+
9
+ - /* Define to 1 if you have the `geteuid' function. */
10
+ - #define HAVE_GETEUID 1
11
+
12
+ /* Define to 1 if you have the gethostbyaddr function. */
13
+ #define HAVE_GETHOSTBYADDR 1
14
+ @@ -250,11 +248,6 @@
15
+ /* Define to 1 if you have the `getprotobyname' function. */
16
+ #define HAVE_GETPROTOBYNAME 1
17
+
18
+ - /* Define to 1 if you have the `getpwuid' function. */
19
+ - #define HAVE_GETPWUID 1
20
+ -
21
+ - /* Define to 1 if you have the `getpwuid_r' function. */
22
+ - #define HAVE_GETPWUID_R 1
23
+
24
+ /* Define to 1 if you have the `getrlimit' function. */
25
+ #define HAVE_GETRLIMIT 1
Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ DEPS_curl = openssl $(DEPS_openssl)
21
21
cd $< && $(HOSTVARS_PIC ) ./configure $(HOSTCONF ) \
22
22
--with-ssl \
23
23
--with-zlib \
24
+
25
+ # ifdef HAVE_ANDROID
26
+ # $(APPLY) $(SRC)/curl/android.patch
27
+ # endif
24
28
cd $< && $(MAKE)
25
29
cd $< && $(MAKE) install
26
30
touch $@
You can’t perform that action at this time.
0 commit comments