1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Remoce USES=autoreconf

It is not needed after switching to upstream release tarball (r547037).
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2021-02-17 18:02:01 +00:00
parent e99ca0001a
commit 817ec5bcf3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=565554

View File

@ -20,7 +20,7 @@ OPTIONS_DEFAULT=APP HPACK
OPTIONS_SUB= yes
APP_DESC= Build h2load, nghttp, nghttpd and nghttpx
USES= autoreconf compiler:c++14-lang gmake libtool localbase pathfix pkgconfig ssl tar:xz
USES= compiler:c++14-lang gmake libtool localbase pathfix pkgconfig ssl tar:xz
CONFIGURE_ARGS= --disable-python-bindings --with-jemalloc
CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \
@ -55,8 +55,8 @@ HPACK_CONFIGURE_ENABLE= hpack-tools
HPACK_LIB_DEPENDS= libjansson.so:devel/jansson
post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS = / s| lib||' ${WRKSRC}/Makefile.am
@${REINPLACE_CMD} -e 's|$$[({]top_builddir[})]/lib/libnghttp2.la|-lnghttp2|' ${WRKSRC}/*/Makefile.am
@${REINPLACE_CMD} -e '/^SUBDIRS = / s| lib||' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|$$[({]top_builddir[})]/lib/libnghttp2.la|-lnghttp2|' ${WRKSRC}/*/Makefile.in
@${REINPLACE_CMD} -e '1d' ${WRKSRC}/script/fetch-ocsp-response
# lib/libnghttp2.* are not available until configure phase