[Libreoffice-commits] core.git: external/curl

Michael Stahl mstahl at redhat.com
Tue Jun 2 06:40:16 PDT 2015


 external/curl/ExternalProject_curl.mk |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f4844a9abebcb0451161625c42a1e2b48796102d
Author: Michael Stahl <mstahl at redhat.com>
Date:   Tue Jun 2 15:30:28 2015 +0200

    curl: disable rtmp support
    
    configure will add a dependency on librtmp.so.0 if the development
    package happens to be installed.
    
    Change-Id: I8500cc166d70763118e5054680f1f8c70942ba3f

diff --git a/external/curl/ExternalProject_curl.mk b/external/curl/ExternalProject_curl.mk
index 8f94771..5a80e26 100644
--- a/external/curl/ExternalProject_curl.mk
+++ b/external/curl/ExternalProject_curl.mk
@@ -49,6 +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 \
 			$(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \
 			$(if $(filter TRUE,$(DISABLE_DYNLOADING)),--disable-shared,--disable-static) \
 			$(if $(ENABLE_DEBUG),--enable-debug) \


More information about the Libreoffice-commits mailing list