Merge pull request #11250 from micmac1/apache-conf-vars-apr

apache: apr update + configure vars
This commit is contained in:
Rosen Penev
2020-02-04 14:23:58 -08:00
committed by GitHub
8 changed files with 96 additions and 22 deletions
+2 -1
View File
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=apache
PKG_VERSION:=2.4.41
PKG_RELEASE:=5
PKG_RELEASE:=6
PKG_SOURCE_NAME:=httpd
PKG_SOURCE:=$(PKG_SOURCE_NAME)-$(PKG_VERSION).tar.bz2
@@ -268,6 +268,7 @@ CONFIGURE_ARGS+= \
endif
CONFIGURE_VARS += \
ac_cv_gettid=yes \
ap_cv_void_ptr_lt_long=no
define Build/Prepare