Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Dec 2017 16:53:06 +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: r455739 - head/ftp/curl
Message-ID:  <201712071653.vB7Gr6WB015531@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Dec  7 16:53:06 2017
New Revision: 455739
URL: https://svnweb.freebsd.org/changeset/ports/455739

Log:
  Disable brotli support to fix build with old brotli installed
  
  Brotli support will be added as an option after archivers/brotli being updated
  to a newer version.
  
  PR:             224072
  Reported by:    mi

Modified:
  head/ftp/curl/Makefile

Modified: head/ftp/curl/Makefile
==============================================================================
--- head/ftp/curl/Makefile	Thu Dec  7 16:40:20 2017	(r455738)
+++ head/ftp/curl/Makefile	Thu Dec  7 16:53:06 2017	(r455739)
@@ -35,7 +35,7 @@ TLS_SRP_DESC=		TLS-SRP (Secure Remote Password) suppor
 CONFIGURE_ARGS=	--disable-werror \
 		--enable-imap --enable-pop3 --enable-rtsp --enable-smtp \
 		--with-zsh-functions-dir=${LOCALBASE}/share/zsh/site-functions \
-		--without-axtls
+		--without-axtls --without-brotli
 CONFIGURE_ENV=	LOCALBASE=${LOCALBASE} \
 		ac_cv_func_SSLv2_client_method=no
 GNU_CONFIGURE=	yes



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