apache-httpd-2.4: revert "enable building the 'event'-based mpm worker"

Commit 0c3d910cd027a926ffc8538ea60cf2da099d7808 didn't have any effect.
The 'event' MPM module isn't built because our version of APR is too old.
This commit is contained in:
Peter Simons 2014-01-08 13:16:08 +01:00
parent 0e3591941c
commit 0266ac9c30

View file

@ -36,7 +36,6 @@ stdenv.mkDerivation rec {
--with-pcre=${pcre}
--disable-maintainer-mode
--disable-debugger-mode
--enable-mpm=event
--enable-mods-shared=all
--enable-mpms-shared=all
--enable-cern-meta