mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
svn path=/nixpkgs/trunk/; revision=19904
This commit is contained in:
parent
31b1ba6b11
commit
3beabfeb59
|
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
configureFlags =
|
configureFlags =
|
||||||
# Don't use accept4 because it's only supported on Linux >= 2.6.28.
|
# Don't use accept4 because it's only supported on Linux >= 2.6.28.
|
||||||
[ " apr_cv_accept4=no" ]
|
[ "apr_cv_accept4=no" ]
|
||||||
# Including the Windows headers breaks unistd.h.
|
# Including the Windows headers breaks unistd.h.
|
||||||
# Based on ftp://sourceware.org/pub/cygwin/release/libapr1/libapr1-1.3.8-2-src.tar.bz2
|
# Based on ftp://sourceware.org/pub/cygwin/release/libapr1/libapr1-1.3.8-2-src.tar.bz2
|
||||||
++ stdenv.lib.optional (stdenv.system == "i686-cygwin") "ac_cv_header_windows_h=no";
|
++ stdenv.lib.optional (stdenv.system == "i686-cygwin") "ac_cv_header_windows_h=no";
|
||||||
|
|
Loading…
Reference in a new issue