Kaydet (Commit) 805f12dd authored tarafından Michael Stahl's avatar Michael Stahl

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

Change-Id: I07ffe3a9ad6556fb5da3149a3cbe12ffcc5f56b4
üst f4844a9a
......@@ -49,7 +49,7 @@ $(call gb_ExternalProject_get_state_target,curl,build):
--without-ssl \
--without-libidn --enable-ftp --enable-ipv6 --enable-http --disable-gopher \
--disable-file --disable-ldap --disable-telnet --disable-dict --without-libssh2 \
--without-rtmp \
--without-librtmp \
$(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