Kaydet (Commit) 21269dde authored tarafından Michael Stahl's avatar Michael Stahl Kaydeden (comit) Andras Timar

curl: disable rtmp support

configure will add a dependency on librtmp.so.0 if the development
package happens to be installed.

(cherry picked from commit f4844a9a)

curl: sigh... *actually* disable rtmp support

(cherry picked from commit 805f12dd)

curl: disable loads more random stuff we don't need

(cherry picked from commit 0b8b96ed)
Change-Id: I0f4bcd73f9e0e7307ca0556a5f6990631eb9f2c5
üst e4f9f6aa
......@@ -46,9 +46,12 @@ $(call gb_ExternalProject_get_state_target,curl,build):
$(if $(filter IOS,$(OS)),--with-darwinssl) \
$(if $(filter MACOSX,$(OS)),\
--with-darwinssl) \
--without-ssl \
--without-ssl --without-gnutls --without-polarssl --without-cyassl --without-axtls \
--without-libidn --enable-ftp --enable-ipv6 --enable-http --disable-gopher \
--disable-file --disable-ldap --disable-telnet --disable-dict --without-libssh2 \
--without-librtmp --disable-ldaps --disable-tftp --disable-pop3 \
--disable-imap --disable-smtp --disable-manual --without-metalink \
--without-nghttp2 \
$(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \
$(if $(filter TRUE,$(DISABLE_DYNLOADING)),--disable-shared,--disable-static) \
$(if $(ENABLE_DEBUG),--enable-debug) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment