3
0
Fork 0
forked from mirrors/nixpkgs

apache-httpd-2.4: build MPMs as DSOs so that the desired one can be selected at run-time

This commit is contained in:
Peter Simons 2012-07-07 09:09:05 +02:00
parent 32449b5ae6
commit b98782f339

View file

@ -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}"}