|
@@ -4,7 +4,7 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-APACHE_VERSION = 2.4.52
|
|
|
+APACHE_VERSION = 2.4.53
|
|
|
APACHE_SOURCE = httpd-$(APACHE_VERSION).tar.bz2
|
|
|
APACHE_SITE = https://downloads.apache.org/httpd
|
|
|
APACHE_LICENSE = Apache-2.0
|
|
@@ -17,7 +17,7 @@ APACHE_INSTALL_STAGING = YES
|
|
|
# We have a patch touching configure.in and Makefile.in,
|
|
|
# so we need to autoreconf:
|
|
|
APACHE_AUTORECONF = YES
|
|
|
-APACHE_DEPENDENCIES = apr apr-util pcre
|
|
|
+APACHE_DEPENDENCIES = apr apr-util pcre2
|
|
|
|
|
|
ifeq ($(BR2_PER_PACKAGE_DIRECTORIES),y)
|
|
|
define APACHE_FIXUP_APR_LIBTOOL
|
|
@@ -29,7 +29,7 @@ endif
|
|
|
|
|
|
APACHE_CONF_ENV= \
|
|
|
ap_cv_void_ptr_lt_long=no \
|
|
|
- PCRE_CONFIG=$(STAGING_DIR)/usr/bin/pcre-config
|
|
|
+ PCRE_CONFIG=$(STAGING_DIR)/usr/bin/pcre2-config
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_APACHE_MPM_EVENT),y)
|
|
|
APACHE_MPM = event
|
|
@@ -43,7 +43,7 @@ APACHE_CONF_OPTS = \
|
|
|
--sysconfdir=/etc/apache2 \
|
|
|
--with-apr=$(STAGING_DIR)/usr \
|
|
|
--with-apr-util=$(STAGING_DIR)/usr \
|
|
|
- --with-pcre=$(STAGING_DIR)/usr/bin/pcre-config \
|
|
|
+ --with-pcre=$(STAGING_DIR)/usr/bin/pcre2-config \
|
|
|
--enable-http \
|
|
|
--enable-dbd \
|
|
|
--enable-proxy \
|