nixpkgs/pkgs/servers/http/apache-httpd
aszlig 2f3dcb9dd2
apache-httpd/2.4: Fix libxml2 support.
The reason because the configure script is unnable to find libxml2 is because it
is searching for a header file in `libxml/*.h`. Obviously this cases an error,
because it's actually in `${libxml2}/include/libxml2/libxml/*.h`, so let's add
the parent directory to --with-libxml2 and remove the comment from buildInputs.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-10-17 15:56:07 +02:00
..
2.2.nix apache-httpd: Update to 2.2.23 2012-10-02 11:45:54 -04:00
2.4.nix apache-httpd/2.4: Fix libxml2 support. 2012-10-17 15:56:07 +02:00