From 7a68c25baf2f4dfe64008bf3aae470429ca06055 Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Wed, 21 Oct 2015 00:34:54 +0300 Subject: [PATCH] apacheHttpd_2_2: Remove obsolete cruft --- pkgs/servers/http/apache-httpd/2.2.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/servers/http/apache-httpd/2.2.nix b/pkgs/servers/http/apache-httpd/2.2.nix index 9974e901a02..88e1475342c 100644 --- a/pkgs/servers/http/apache-httpd/2.2.nix +++ b/pkgs/servers/http/apache-httpd/2.2.nix @@ -26,11 +26,6 @@ stdenv.mkDerivation rec { buildInputs = [ pkgconfig perl apr aprutil pcre zlib ] ++ stdenv.lib.optional sslSupport openssl; - # An apr-util header file includes an apr header file - # through #include "" (quotes) - # passing simply CFLAGS did not help, then I go by NIX_CFLAGS_COMPILE - NIX_CFLAGS_COMPILE = "-iquote ${apr}/include/apr-1"; - # Required for ‘pthread_cancel’. NIX_LDFLAGS = (if stdenv.isDarwin then "" else "-lgcc_s");