Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 2015 18:38:59 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400752 - head/www/apache24
Message-ID:  <201511041838.tA4Icx29025981@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Wed Nov  4 18:38:58 2015
New Revision: 400752
URL: https://svnweb.freebsd.org/changeset/ports/400752

Log:
  - fix build with nghttp2
  
  no version bump as OPTION is off by default
  
  PR:		204293
  Submitted by:	<idefix_at_fechner.net>

Modified:
  head/www/apache24/Makefile

Modified: head/www/apache24/Makefile
==============================================================================
--- head/www/apache24/Makefile	Wed Nov  4 17:54:59 2015	(r400751)
+++ head/www/apache24/Makefile	Wed Nov  4 18:38:58 2015	(r400752)
@@ -59,6 +59,7 @@ IPV4_MAPPED_CONFIGURE_ENABLE=	v4-mapped
 
 LDAP_CONFIGURE_ON=		--enable-ldap=shared
 
+HTTP2_CONFIGURE_ON=		--with-nghttp2=${LOCALBASE}
 HTTP2_LIB_DEPENDS=		libnghttp2.so:${PORTSDIR}/www/nghttp2
 LUAJIT_LIB_DEPENDS=		libluajit-5.1.so:${PORTSDIR}/lang/luajit
 LUA_CONFIGURE_WITH=		lua



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