aboutsummaryrefslogtreecommitdiff
path: root/www/nghttp2
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-01-25 18:24:55 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-01-25 18:24:55 +0000
commit5e8359b9ce07fda70cf3333c84a78434f49cc923 (patch)
tree7c8f91a6c3c8cc58e9863ca58552c09a9a3fcb29 /www/nghttp2
parent5c5963ebaf8fb01c2beb5d4cc42165038e1f089f (diff)
downloadports-5e8359b9ce07fda70cf3333c84a78434f49cc923.tar.gz
ports-5e8359b9ce07fda70cf3333c84a78434f49cc923.zip
USE_LDCONFIG is required when ASIO is enabled
Notes
Notes: svn path=/head/; revision=524068
Diffstat (limited to 'www/nghttp2')
-rw-r--r--www/nghttp2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nghttp2/Makefile b/www/nghttp2/Makefile
index f32b92875037..7f4a726f8801 100644
--- a/www/nghttp2/Makefile
+++ b/www/nghttp2/Makefile
@@ -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-libs
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