From: Thierry Parmentelat Date: Mon, 27 May 2013 10:16:28 +0000 (+0200) Subject: mod_python requires httpd-devel at build time X-Git-Tag: 5.2.3~18 X-Git-Url: http://git.onelab.eu/?p=build.git;a=commitdiff_plain;h=00a689d72d8a42793d7812ec7b917243c8c6f57b mod_python requires httpd-devel at build time --- diff --git a/lxc.mk b/lxc.mk index ef21d8ab..c16c3cd2 100644 --- 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