summaryrefslogtreecommitdiff
path: root/www/lighttpd
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2021-12-05 18:17:24 +0000
committerschmonz <schmonz@pkgsrc.org>2021-12-05 18:17:24 +0000
commit73acbadf98a213b86290cc11ab3ba16bb9432263 (patch)
tree753907762594808614084692d8adc3933c04177e /www/lighttpd
parent2d2e394b839b74c1ebe3c3224e74107f064da194 (diff)
downloadpkgsrc-73acbadf98a213b86290cc11ab3ba16bb9432263.tar.gz
Reorder CONFIGURE_ARGS from previous. NFCI.
Diffstat (limited to 'www/lighttpd')
-rw-r--r--www/lighttpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile
index b343a5a4d7c..7a0bc7754fa 100644
--- a/www/lighttpd/Makefile
+++ b/www/lighttpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.106 2021/12/05 18:15:19 schmonz Exp $
+# $NetBSD: Makefile,v 1.107 2021/12/05 18:17:24 schmonz Exp $
DISTNAME= lighttpd-1.4.63
CATEGORIES= www
@@ -16,9 +16,9 @@ USE_TOOLS+= pkg-config perl:test
GNU_CONFIGURE= yes
GNU_CONFIGURE_LIBSUBDIR= ${PKGBASE}
CONFIGURE_ARGS+= --with-pcre2
+CONFIGURE_ARGS+= --with-xxhash
# used for digest auth when no SSL library is available
CONFIGURE_ARGS+= --without-nettle
-CONFIGURE_ARGS+= --with-xxhash
TEST_TARGET= check
DOCDIR= ${PREFIX}/share/doc/${PKGBASE}