File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,17 @@ DEPS_curl = zlib $(DEPS_zlib)
17
17
18
18
DEPS_curl = openssl $(DEPS_openssl )
19
19
20
+ ifdef HAVE_LINUX
21
+ configure_option =--without-libidn --without-librtmp
22
+ endif
23
+
20
24
.curl : curl .zlib .openssl
21
25
$(RECONF )
22
26
cd $< && $(HOSTVARS_PIC ) ./configure $(HOSTCONF ) \
23
27
--with-ssl=$(PREFIX ) \
24
28
--with-zlib \
25
- --disable-ldap
29
+ --disable-ldap \
30
+ $(configure_option )
26
31
# ifdef HAVE_ANDROID
27
32
# $(APPLY) $(SRC)/curl/android.patch
28
33
# endif
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ endif
18
18
ifdef HAVE_LINUX
19
19
ifeq ($(MY_TARGET_ARCH ) ,x86_64)
20
20
OPENSSL_CONFIG_VARS ="linux-x86_64"
21
- OPENSSL_ARCH =-m64
21
+ OPENSSL_ARCH =-m64 -no-ssl2
22
22
endif
23
23
24
24
ifeq ($(MY_TARGET_ARCH ) ,i386)
25
25
OPENSSL_CONFIG_VARS ="linux-generic32"
26
- OPENSSL_ARCH =-m32
26
+ OPENSSL_ARCH =-m32 -no-ssl2
27
27
endif
28
28
endif
29
29
You can’t perform that action at this time.
0 commit comments