curl: Avoid oportunistic linking against librtmp
authorFredrik Fornwall <fredrik@fornwall.net>
Mon, 3 Oct 2016 14:02:43 +0000 (10:02 -0400)
committerFredrik Fornwall <fredrik@fornwall.net>
Mon, 3 Oct 2016 14:02:43 +0000 (10:02 -0400)
packages/libcurl/build.sh

index 4810182..8e8aa1b 100755 (executable)
@@ -7,4 +7,5 @@ TERMUX_PKG_SHA256=7b7347d976661d02c84a1f4d6daf40dee377efdc45b9e2c77dedb8acf140d8
 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-ssl --without-libidn"
 TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --with-ca-bundle=$TERMUX_PREFIX/etc/tls/cert.pem"
 TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --with-nghttp2"
+TERMUX_PKG_EXTRA_CONFIGURE_ARGS+=" --without-librtmp"
 TERMUX_PKG_RM_AFTER_INSTALL="bin/curl-config share/man/man1/curl-config.1"