summaryrefslogtreecommitdiffstats
path: root/rules/apache2.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/apache2.make')
-rw-r--r--rules/apache2.make7
1 files changed, 6 insertions, 1 deletions
diff --git a/rules/apache2.make b/rules/apache2.make
index be31a1986..4fa83718e 100644
--- a/rules/apache2.make
+++ b/rules/apache2.make
@@ -71,7 +71,12 @@ APACHE2_ENV = $(CROSS_ENV) \
#
# autoconf
#
-APACHE2_AUTOCONF = $(CROSS_AUTOCONF_USR)
+APACHE2_AUTOCONF = $(CROSS_AUTOCONF_USR)
+
+# FIXME
+# --without-apxs $(CROSS_AUTOCONF_USR)
+# --with-python \
+# --with-python-src=$(PYTHON24_DIR) \
$(STATEDIR)/apache2.prepare: $(apache2_prepare_deps_default)
@$(call targetinfo, $@)