mod_python requires httpd-devel at build time
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 27 May 2013 10:16:28 +0000 (12:16 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 27 May 2013 10:16:28 +0000 (12:16 +0200)
lxc.mk

diff --git a/lxc.mk b/lxc.mk
index ef21d8a..c16c3cd 100644 (file)
--- a/lxc.mk
+++ b/lxc.mk
@@ -271,6 +271,7 @@ ifeq "$(DISTRO)" "Fedora"
 ifneq "$(DISTRONAME)" "f16"
 mod_python-MODULES := mod_python
 mod_python-SPEC        := mod_python.spec
+mod_python-DEVEL-RPMS := httpd-devel
 mod_python-BUILD-FROM-SRPM := yes
 ALL += mod_python
 endif