apache: Disable Managed Domain handling 7403/head
authorRosen Penev <rosenp@gmail.com>
Mon, 12 Nov 2018 19:30:55 +0000 (11:30 -0800)
committerGitHub <noreply@github.com>
Mon, 12 Nov 2018 19:30:55 +0000 (11:30 -0800)
This is a new feature that requires new dependencies. Disable it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
net/apache/Makefile

index 900f866f2d1c05dcf8c7e5511220cf54c3b24882..1dd22bdb87518f9a2ffcf626aafb258953b7b5a2 100644 (file)
@@ -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 \