forked from mirrors/nixpkgs
Merge #34373: add comment to the first-parent commit
The PR was done in parallel.
This commit is contained in:
commit
a073e7f163
|
@ -75,6 +75,7 @@ stdenv.mkDerivation rec {
|
|||
# internal pcre would only add <200kB, but it's relatively common
|
||||
configureFlags = [ "--with-pcre=system" ]
|
||||
++ optional stdenv.isDarwin "--disable-compile-warnings"
|
||||
# glibc inclues GNU libiconv, but Darwin's iconv function is good enonugh.
|
||||
++ optional (stdenv.hostPlatform.libc != "glibc" && !stdenv.hostPlatform.isDarwin)
|
||||
"--with-libiconv=gnu"
|
||||
++ optional stdenv.isSunOS "--disable-dtrace"
|
||||
|
|
Loading…
Reference in a new issue