Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Nov 2015 18:10:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        apache@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 204293] www/apache24: does not compile in poudriere with HTTP2 enabled
Message-ID:  <bug-204293-16115-q6B9LzS5Is@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-204293-16115@https.bugs.freebsd.org/bugzilla/>
References:  <bug-204293-16115@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
idefix@fechner.net has reassigned Bugzilla Automation <bugzilla@FreeBSD.org=
>'s
request for maintainer-feedback to apache@FreeBSD.org:
Bug 204293: www/apache24: does not compile in poudriere with HTTP2 enabled
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D204293



--- Description ---
Created attachment 162784
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D162784&action=
=3Dedit
Fixes build problem with option HTTP2 enabled

Compiling apache24 version 2.4.17 fail with option HTTP2 enabled in poudrie=
re.
The error message found is:
configure:18238: checking for user-provided nghttp2 base directory
configure:18251: result: none
configure:18589: checking for nghttp2 version >=3D 1.0.0
configure:18608: cc -c -O2 -pipe  -I/usr/include -fstack-protector
-fno-strict-aliasing   conftest.c >&5
conftest.c:42:10: fatal error: 'nghttp2/nghttp2ver.h' file not found
#include <nghttp2/nghttp2ver.h>
	 ^
1 error generated.

The attached patch fixes the problem.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204293-16115-q6B9LzS5Is>