pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/lighttpd



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sun Dec  5 18:17:24 UTC 2021

Modified Files:
        pkgsrc/www/lighttpd: Makefile

Log Message:
Reorder CONFIGURE_ARGS from previous. NFCI.


To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 pkgsrc/www/lighttpd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/lighttpd/Makefile
diff -u pkgsrc/www/lighttpd/Makefile:1.106 pkgsrc/www/lighttpd/Makefile:1.107
--- pkgsrc/www/lighttpd/Makefile:1.106  Sun Dec  5 18:15:19 2021
+++ pkgsrc/www/lighttpd/Makefile        Sun Dec  5 18:17:24 2021
@@ -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}



Home | Main Index | Thread Index | Old Index