On Tue, Mar 15, 2022 at 05:03:17PM -0400, Kurt Mosiejczuk wrote:
> On Tue, Mar 15, 2022 at 08:22:43PM +0000, Stuart Henderson wrote:
> 
> > > It fails identically on -current.
> 
> > base-gcc won't be good enough:
> 
> > > util.c:3183: error: thread-local storage not supported for this target
> 
> Here's a diff to switch to ports-gcc for base-gcc arches.
> 
> ok?
> 
> (Should also be backported to fix -stable (minus the REVISION bump) to
> fix it there.
> 
ok giovanni@ portwise.

  Giovanni


> --Kurt
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/www/apache-httpd/Makefile,v
> retrieving revision 1.114
> diff -u -p -r1.114 Makefile
> --- Makefile  14 Mar 2022 14:41:34 -0000      1.114
> +++ Makefile  15 Mar 2022 21:03:05 -0000
> @@ -3,6 +3,7 @@ COMMENT=              apache HTTP server
>  V=                   2.4.53
>  DISTNAME=            httpd-${V}
>  PKGNAME=             apache-httpd-${V}
> +REVISION=            0
>  
>  CATEGORIES=          www net
>  
> @@ -12,6 +13,9 @@ HOMEPAGE=           https://httpd.apache.org/
>  
>  # Apache 2.0
>  PERMIT_PACKAGE=      Yes
> +
> +COMPILER=            base-clang ports-gcc
> +COMPILER_LANGS=              c
>  
>  WANTLIB += apr-1 aprutil-1 brotlicommon brotlienc c crypto curl
>  WANTLIB += db expat iconv jansson lzma m nghttp2 pcre pthread ssl
> 

Attachment: signature.asc
Description: PGP signature

Reply via email to