Breaking dependencies on the cross-built gcc through the gcc-cross-wrapper.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23073
This commit is contained in:
@@ -30,6 +30,12 @@ stdenv.mkDerivation rec {
|
||||
# It's configure does not like --build or --host
|
||||
export configureFlags="--libdir=lib --cross-compile-prefix=${stdenv.cross.config}- shared ${opensslCrossSystem}"
|
||||
'';
|
||||
|
||||
# Openssl installs readonly files, which otherwise we can't strip.
|
||||
# This could at some stdenv hash change be put out of crossAttrs, too
|
||||
postInstall = ''
|
||||
chmod -R +w $out
|
||||
'';
|
||||
configureScript = "./Configure";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user