Merge pull request #2342 from jwiegley/icu
Fix icu4c expression for latest gcc (fixes #2341)
This commit is contained in:
commit
001c64c1df
@ -14,6 +14,9 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "14l0kl17nirc34frcybzg0snknaks23abhdxkmsqg3k9sil5wk9g";
|
sha256 = "14l0kl17nirc34frcybzg0snknaks23abhdxkmsqg3k9sil5wk9g";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
makeFlags = stdenv.lib.optionalString stdenv.isDarwin
|
||||||
|
"CXXFLAGS=-headerpad_max_install_names";
|
||||||
|
|
||||||
# FIXME: This fixes dylib references in the dylibs themselves, but
|
# FIXME: This fixes dylib references in the dylibs themselves, but
|
||||||
# not in the programs in $out/bin.
|
# not in the programs in $out/bin.
|
||||||
buildInputs = stdenv.lib.optional stdenv.isDarwin fixDarwinDylibNames;
|
buildInputs = stdenv.lib.optional stdenv.isDarwin fixDarwinDylibNames;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user