Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Nov 2018 17:45:32 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485177 - head/ftp/curl
Message-ID:  <201811171745.wAHHjWla076370@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Nov 17 17:45:32 2018
New Revision: 485177
URL: https://svnweb.freebsd.org/changeset/ports/485177

Log:
  Fix build with wolfSSL
  
  PR:		233189
  Submitted by:	Takefu <takefu@airport.fm>

Modified:
  head/ftp/curl/Makefile

Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile	Sat Nov 17 17:37:50 2018	(r485176)
+++ head/ftp/curl/Makefile	Sat Nov 17 17:45:32 2018	(r485177)
@@ -139,6 +139,7 @@ TELNET_CONFIGURE_ENABLE=telnet
 TFTP_CONFIGURE_ENABLE=	tftp
 THREADED_RESOLVER_CONFIGURE_ENABLE=	pthreads threaded-resolver
 TLS_SRP_CONFIGURE_ENABLE=	tls-srp
+WOLFSSL_CONFIGURE_ENV=	ac_cv_header_cyassl_options_h=no
 WOLFSSL_CONFIGURE_WITH=	cyassl
 WOLFSSL_LIB_DEPENDS=	libwolfssl.so:security/wolfssl
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811171745.wAHHjWla076370>