summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/system/system-template-everything.fix1
-rw-r--r--pkgs/system/system-template-server.fix1
-rw-r--r--pkgs/system/system.fix5
3 files changed, 5 insertions, 2 deletions
diff --git a/pkgs/system/system-template-everything.fix b/pkgs/system/system-template-everything.fix
index 8b983630c997b..93118e4581d58 100644
--- a/pkgs/system/system-template-everything.fix
+++ b/pkgs/system/system-template-everything.fix
@@ -6,4 +6,5 @@ Call(IncludeFix("system/system.fix"),
   , ("sylpheed", True)
   , ("libxslt", True)
   , ("docbook", True)
+  , ("httpd", True)
   ])
diff --git a/pkgs/system/system-template-server.fix b/pkgs/system/system-template-server.fix
index f96d5f6d73cf0..2de4a28cbc60f 100644
--- a/pkgs/system/system-template-server.fix
+++ b/pkgs/system/system-template-server.fix
@@ -6,4 +6,5 @@ Call(IncludeFix("system/system.fix"),
   , ("sylpheed", False)
   , ("libxslt", False)
   , ("docbook", False)
+  , ("httpd", True)
   ])
diff --git a/pkgs/system/system.fix b/pkgs/system/system.fix
index 4ad1d7b3f7548..0f9060affff87 100644
--- a/pkgs/system/system.fix
+++ b/pkgs/system/system.fix
@@ -1,4 +1,4 @@
-Function(["subversion", "strategoxt", "pan", "mplayer", "sylpheed", "libxslt", "docbook"],
+Function(["subversion", "strategoxt", "pan", "mplayer", "sylpheed", "libxslt", "docbook", "httpd"],
   Package(
     [ ("name", "system")
     , ("build", Relative("system/populate-linkdirs.pl"))
@@ -21,6 +21,7 @@ Function(["subversion", "strategoxt", "pan", "mplayer", "sylpheed", "libxslt", "
     , ("actLibXslt", If(Var("libxslt"), IncludeFix("libxslt/libxslt.fix"), ""))
     , ("actDocbookXml", If(Var("docbook"), IncludeFix("docbook-xml/docbook-xml.fix"), ""))
     , ("actDocbookXsl", If(Var("docbook"), IncludeFix("docbook-xsl/docbook-xsl.fix"), ""))
+    , ("actHttpd", If(Var("httpd"), IncludeFix("httpd/httpd.fix"), ""))
     ]
   )
-)
\ No newline at end of file
+)