Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2020 18:24:55 +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: r524068 - head/www/nghttp2
Message-ID:  <202001251824.00PIOtaD069679@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jan 25 18:24:55 2020
New Revision: 524068
URL: https://svnweb.freebsd.org/changeset/ports/524068

Log:
  USE_LDCONFIG is required when ASIO is enabled

Modified:
  head/www/nghttp2/Makefile

Modified: head/www/nghttp2/Makefile
==============================================================================
--- head/www/nghttp2/Makefile	Sat Jan 25 18:24:50 2020	(r524067)
+++ head/www/nghttp2/Makefile	Sat Jan 25 18:24:55 2020	(r524068)
@@ -29,7 +29,6 @@ CONFIGURE_ENV=	OPENSSL_CFLAGS="-I${OPENSSLINC}" \
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_CXXSTD=	c++14
-USE_LDCONFIG=	yes
 USE_RC_SUBR=	nghttpx
 
 PORTDATA=	fetch-ocsp-response
@@ -50,6 +49,7 @@ ASIO_BUILD_DEPENDS=	boost-libs>=1.54.0:devel/boost-lib
 ASIO_CONFIGURE_OFF=	--with-boost=no
 ASIO_CONFIGURE_ON=	--enable-asio-lib --with-boost-asio --with-boost-system --with-boost-thread
 ASIO_LIB_DEPENDS=	libboost_thread.so:devel/boost-libs
+ASIO_USE=		LDCONFIG=yes
 EXAMPLES_CONFIGURE_ENABLE=	examples
 EXAMPLES_BUILD_DEPENDS=	libevent>=2.0.8:devel/libevent
 EXAMPLES_LIB_DEPENDS=	libevent_openssl.so:devel/libevent



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