diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-03-13 14:56:12 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-03-13 14:56:12 +0000 |
commit | 465b634bd83279ed64b382aec7fac4f6ec629b41 (patch) | |
tree | 7a0b10a00e91bd05644b6fd4a958a420b44f6340 /ftp | |
parent | a65359770fe01664d02508bd8e261c188426ab08 (diff) |
- Fix build with RTMP enabled
PR: 207513
Submitted by: Alexandr Matveev <timon@timon.net.nz>
Notes
Notes:
svn path=/head/; revision=410985
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile index 755ccb5917c8..6507260accd4 100644 --- a/ftp/curl/Makefile +++ b/ftp/curl/Makefile @@ -128,6 +128,7 @@ PSL_CONFIGURE_WITH= libpsl PSL_LIB_DEPENDS= libpsl.so:${PORTSDIR}/dns/libpsl RTMP_CONFIGURE_WITH= librtmp RTMP_LIB_DEPENDS= librtmp.so:${PORTSDIR}/multimedia/librtmp +RTMP_USES= pkgconfig THREADED_RESOLVER_CONFIGURE_ENABLE= threaded-resolver TLS_SRP_CONFIGURE_ENABLE= tls-srp WOLFSSL_CONFIGURE_WITH= cyassl |