glib: no one wants --witih-libiconv=gnu
Previously this was set on FreBSD and SunOS...
This commit is contained in:
parent
ba18240b26
commit
f623858a82
@ -73,9 +73,6 @@ 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"
|
||||
# Can't run this test when cross-compiling
|
||||
++ optionals (stdenv.hostPlatform != stdenv.buildPlatform)
|
||||
|
Loading…
Reference in New Issue
Block a user