curl: bugfix: building as selected package doesn't break build
* Reported-by: Chen Minqiang <ptpt52@gmail.com> * details [here](88009b2d5e (commitcomment-88604318)
) Signed-off-by: Stan Grishin <stangri@melmac.ca> (cherry picked from commit9c78e10030
)
This commit is contained in:
parent
cc160ea8d0
commit
58bd7b001d
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@ CONFIGURE_ARGS += \
|
|||
\
|
||||
$(call autoconf_bool,CONFIG_IPV6,ipv6) \
|
||||
\
|
||||
$(if $(CONFIG_LIBCURL_WOLFSSL)$(CONFIG_LIBCURL_GNUTLS)$(CONFIG_LIBCURL_OPENSSL)$(CONFIG_LIBCURL_MBEDTLS),,--without-ssl) \
|
||||
$(if $(CONFIG_LIBCURL_WOLFSSL),--with-wolfssl="$(STAGING_DIR)/usr",--without-wolfssl) \
|
||||
$(if $(CONFIG_LIBCURL_GNUTLS),--with-gnutls="$(STAGING_DIR)/usr",--without-gnutls) \
|
||||
$(if $(CONFIG_LIBCURL_OPENSSL),--with-openssl="$(STAGING_DIR)/usr",--without-openssl) \
|
||||
|
|
Loading…
Reference in a new issue