summaryrefslogtreecommitdiff
path: root/package/cherokee
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-04 11:16:22 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-04 12:18:48 +0200
commita1e19051a506270f2f524eb54d2b5ad486e736ac (patch)
tree0bcff504a9dec2516245b5932bc6ab54a3d21607 /package/cherokee
parentf9a5bb2bf7efb7d32814fb5ed2c66489d27ceed5 (diff)
force malloc/realloc detection
Diffstat (limited to 'package/cherokee')
-rw-r--r--package/cherokee/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/cherokee/Makefile b/package/cherokee/Makefile
index b55574348..571e3d81e 100644
--- a/package/cherokee/Makefile
+++ b/package/cherokee/Makefile
@@ -10,7 +10,7 @@ PKG_HASH:= ca465ab3772479fc843b38ffc45113bf24d8bfae9185cdd5176b099d5a17feb8
PKG_DESCR:= small and fast webserver
PKG_SECTION:= net/http
PKG_URL:= http://www.cherokee-project.com
-PKG_SITES:= http://www.cherokee-project.de/mirrors/cherokee/1.2/${PKG_VERSION}/
+PKG_SITES:= http://mirror.aarnet.edu.au/pub/cherokee/1.2/1.2.101/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
@@ -18,6 +18,8 @@ include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call PKG_template,CHEROKEE,cherokee,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+CONFIGURE_ENV+= ac_cv_func_malloc_0_nonnull=yes \
+ ac_cv_func_realloc_0_nonnull=yes
CONFIGURE_ARGS+= --enable-static-module=all \
--without-mysql \
--without-ldap \