Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/httpd/small Add -DNO_BLOCKLIST_SUPPORT also to small...
details: https://anonhg.NetBSD.org/src/rev/573bdcaa9f4e
branches: trunk
changeset: 935912:573bdcaa9f4e
user: jruoho <jruoho%NetBSD.org@localhost>
date: Mon Jul 13 10:35:17 2020 +0000
description:
Add -DNO_BLOCKLIST_SUPPORT also to small/Makefile.
diffstat:
libexec/httpd/small/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 9f5071976a21 -r 573bdcaa9f4e libexec/httpd/small/Makefile
--- a/libexec/httpd/small/Makefile Mon Jul 13 09:50:12 2020 +0000
+++ b/libexec/httpd/small/Makefile Mon Jul 13 10:35:17 2020 +0000
@@ -9,7 +9,7 @@
-DNO_CGIBIN_SUPPORT -DNO_DIRINDEX_SUPPORT \
-DNO_DAEMON_MODE -DNO_DYNAMIC_CONTENT \
-DNO_SSL_SUPPORT -UDO_HTPASSWD \
- -DNO_LUA_SUPPORT
+ -DNO_LUA_SUPPORT -DNO_BLOCKLIST_SUPPORT
CFLAGS= -I$(.CURDIR)/.. ${LEAN_IFDEF_FLAGS}
Home |
Main Index |
Thread Index |
Old Index