From b98782f339b620d72e753f2bf57917d8bff8eeab Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 7 Jul 2012 09:09:05 +0200 Subject: [PATCH] apache-httpd-2.4: build MPMs as DSOs so that the desired one can be selected at run-time --- pkgs/servers/http/apache-httpd/2.4.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/servers/http/apache-httpd/2.4.nix b/pkgs/servers/http/apache-httpd/2.4.nix index 18db4ffeb759..c9161bf59093 100644 --- a/pkgs/servers/http/apache-httpd/2.4.nix +++ b/pkgs/servers/http/apache-httpd/2.4.nix @@ -37,6 +37,7 @@ stdenv.mkDerivation rec { --disable-maintainer-mode --disable-debugger-mode --enable-mods-shared=all + --enable-mpms-shared=all ${optionalString proxySupport "--enable-proxy"} ${optionalString sslSupport "--enable-ssl --with-ssl=${openssl}"} ${optionalString luaSupport "--enable-lua --with-lua=${lua5}"}