From 029a6819f010c6c2830e94f829ca3061c9f2fde3 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 12 Nov 2018 11:30:55 -0800 Subject: [PATCH] apache: Disable Managed Domain handling This is a new feature that requires new dependencies. Disable it. Signed-off-by: Rosen Penev --- net/apache/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/apache/Makefile b/net/apache/Makefile index 900f866f2..1dd22bdb8 100644 --- a/net/apache/Makefile +++ b/net/apache/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=apache PKG_VERSION:=2.4.37 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_NAME:=httpd PKG_SOURCE:=$(PKG_SOURCE_NAME)-$(PKG_VERSION).tar.bz2 @@ -121,6 +121,7 @@ define Build/Configure --with-openssl="$(STAGING_DIR)/usr" \ --enable-ssl \ --enable-proxy \ + --disable-md \ --disable-disk-cache \ --enable-maintainer-mode \ --with-mpm=prefork \