apacheHttpd_2_2: Remove obsolete cruft

This commit is contained in:
Tuomas Tynkkynen 2015-10-21 00:34:54 +03:00 committed by Vladimír Čunát
parent b81515c2d4
commit 7a68c25baf

View file

@ -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");