diff options
author | Wolfgang Schupp <w.schupp@a1.net> | 2016-07-10 10:42:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-10 10:42:31 +0200 |
commit | 907515b070e8b26793f0ee6c7cffc73c77b91850 (patch) | |
tree | 392099ad3c45cdd62ce6d91047af5d985f2f4d76 /tools | |
parent | 8bd8cf482d4aae35225a707880e106b11c79e0d5 (diff) | |
parent | 431114ecec382a9f15a7d11cc5c09a6c016c1c63 (diff) |
Merge pull request #10086 from stefansaraev/curl-nortmp
[depends] build curl without librtmp support
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/target/curl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/curl/Makefile b/tools/depends/target/curl/Makefile index e641a9d9e3..b47c7d7ab1 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-libssh2 --disable-ntlm-wb --enable-ipv6 --without-librtmp LIBDYLIB=$(PLATFORM)/lib/.libs/lib$(LIBNAME).a |