pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/lighttpd Reorder CONFIGURE_ARGS from previous. NFCI.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c5213536692
branches:  trunk
changeset: 770628:4c5213536692
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sun Dec 05 18:17:24 2021 +0000

description:
Reorder CONFIGURE_ARGS from previous. NFCI.

diffstat:

 www/lighttpd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 3bba8b02c92f -r 4c5213536692 www/lighttpd/Makefile
--- a/www/lighttpd/Makefile     Sun Dec 05 18:15:47 2021 +0000
+++ b/www/lighttpd/Makefile     Sun Dec 05 18:17:24 2021 +0000
@@ -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 @@
 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}



Home | Main Index | Thread Index | Old Index