aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/curl/Makefile
diff options
context:
space:
mode:
authorMartijn Kaijser <mcm.kaijser@gmail.com>2016-12-11 15:13:57 +0100
committerMartijn Kaijser <mcm.kaijser@gmail.com>2016-12-12 18:49:25 +0100
commit5c8e5327c559df91a5c080cbf8f4c940c3e69752 (patch)
tree7e66d5ebce4e73c90f0ea4b3b7a9392ea5cf3711 /tools/depends/target/curl/Makefile
parent656bc70623b3ec8f266a0bc44381daefa0f393a0 (diff)
[depends] remove rtmp as it's included through ffmpeg or as binary addon
Diffstat (limited to 'tools/depends/target/curl/Makefile')
-rw-r--r--tools/depends/target/curl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/curl/Makefile b/tools/depends/target/curl/Makefile
index 11d85b9ef6..bbbd1076bb 100644
--- a/tools/depends/target/curl/Makefile
+++ b/tools/depends/target/curl/Makefile
@@ -13,7 +13,7 @@ ARCHIVE=$(SOURCE).tar.bz2
# configuration settings
CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \
./configure --prefix=$(PREFIX) \
- --without-libssh2 --disable-ntlm-wb --enable-ipv6 --without-librtmp
+ --without-libssh2 --disable-ntlm-wb --enable-ipv6
LIBDYLIB=$(PLATFORM)/lib/.libs/lib$(LIBNAME).a