svn commit: r524068 - head/www/nghttp2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jan 25 18:24:56 UTC 2020


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


More information about the svn-ports-all mailing list