Browse Source

Re-add OpenSSL in libcurl build

tags/v1.1.2
Andrew Belt 5 years ago
parent
commit
6b83b796c6
1 changed files with 1 additions and 9 deletions
  1. +1
    -9
      dep/Makefile

+ 1
- 9
dep/Makefile View File

@@ -121,15 +121,7 @@ curl-7.64.1:

CURL_FLAGS += --disable-ftp --disable-file --disable-ldap --disable-ldaps --disable-rtsp --disable-proxy --disable-dict --disable-telnet --disable-tftp --disable-pop3 --disable-imap --disable-smb --disable-smtp --disable-gopher --disable-manual --disable-shared --disable-symbol-hiding
CURL_FLAGS += --without-zlib --without-libpsl --without-libmetalink --without-libssh2 --without-librtmp --without-winidn --without-libidn2 --without-nghttp2 --without-brotli
ifdef ARCH_MAC
CURL_FLAGS += --with-secure-transport --without-ssl
endif
ifdef ARCH_WIN
CURL_FLAGS += --with-schannel --without-ssl
endif
ifdef ARCH_LIN
CURL_FLAGS += --with-ssl
endif
CURL_FLAGS += --with-ssl="$(DEP_PATH)"

$(libcurl): $(openssl) curl-7.64.1
cd curl-7.64.1 && PKG_CONFIG_PATH= $(CONFIGURE) $(CURL_FLAGS)


Loading…
Cancel
Save