mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #7403 from neheb/patch-3
apache: Disable Managed Domain handling
This commit is contained in:
+2
-1
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=apache
|
PKG_NAME:=apache
|
||||||
PKG_VERSION:=2.4.37
|
PKG_VERSION:=2.4.37
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_SOURCE_NAME:=httpd
|
PKG_SOURCE_NAME:=httpd
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_SOURCE_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_SOURCE_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
@@ -121,6 +121,7 @@ define Build/Configure
|
|||||||
--with-openssl="$(STAGING_DIR)/usr" \
|
--with-openssl="$(STAGING_DIR)/usr" \
|
||||||
--enable-ssl \
|
--enable-ssl \
|
||||||
--enable-proxy \
|
--enable-proxy \
|
||||||
|
--disable-md \
|
||||||
--disable-disk-cache \
|
--disable-disk-cache \
|
||||||
--enable-maintainer-mode \
|
--enable-maintainer-mode \
|
||||||
--with-mpm=prefork \
|
--with-mpm=prefork \
|
||||||
|
|||||||
Reference in New Issue
Block a user