Date: Thu, 11 May 2017 00:42:01 +0000 From: "Sergey A. Osokin" <osa@FreeBSD.org> To: Adam Weinberger <adamw@adamw.org> Cc: "jim@ohlste.in" <jim@ohlste.in>, freebsd-ports@freebsd.org, abi <abi@abinet.ru> Subject: Re: nginx is not linking against libressl Message-ID: <20170511004201.GD8994@FreeBSD.org> In-Reply-To: <20170510231305.GC8994@FreeBSD.org> References: <62ed08f5-b41d-aa69-e9e8-4a05dd378c90@abinet.ru> <e48ede99-e19b-564f-8e50-e031da128baf@ohlste.in> <20170510215133.GA8994@FreeBSD.org> <0FB79D5D-1759-4EE2-A204-8753A9FBB0AC@adamw.org> <20170510225626.GB8994@FreeBSD.org> <20170510231305.GC8994@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--4Ckj6UjgE2iN1+kY Content-Type: text/plain; charset=koi8-r Content-Disposition: inline On Wed, May 10, 2017 at 11:13:05PM +0000, Sergey A. Osokin wrote: > On Wed, May 10, 2017 at 10:56:26PM +0000, Sergey A. Osokin wrote: > > On Wed, May 10, 2017 at 04:04:52PM -0600, Adam Weinberger wrote: > > > > On 10 May, 2017, at 15:51, Sergey A. Osokin <osa@FreeBSD.org> wrote: > > > > > > > > can't reproduce it on my laptop with FreeBSD 11.0-STABLE #5: Sun Apr 16. > > > > Would you mind to raise a problem report with details, i.e. OS version, > > > > ident Makefile, config.log, etc. > > > > > > > > Thanks in advance. > > > > > > Sergey - > > > > > > Set DEFAULT_VERSIONS= ssl=libressl, and then turn off the IPV6 option in nginx. It's reproducible for me. > > > > Got it, thanks Adam for the point, looks like a regression. Patch. -- Sergey Osokin osa@FreeBSD.org --4Ckj6UjgE2iN1+kY Content-Type: text/plain; charset=koi8-r Content-Disposition: attachment; filename=patch-nginx Index: Makefile =================================================================== --- Makefile (revision 440609) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.12.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ @@ -307,7 +307,7 @@ .endif .if empty(PORT_OPTIONS:MIPV6) -CONFIGURE_ARGS+=--with-cc-opt="-DNGX_HAVE_INET6=0" +CONFIGURE_ARGS+=--with-cc-opt="-DNGX_HAVE_INET6=0 -I ${LOCALBASE}/include" .else CATEGORIES+= ipv6 .endif --4Ckj6UjgE2iN1+kY--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170511004201.GD8994>