* Comment out; not clear if we'll actually need this with a properly
built GCC. svn path=/nixpkgs/trunk/; revision=16102
This commit is contained in:
parent
d1e39e78f9
commit
d4fb6f3a53
@ -13,7 +13,8 @@ stdenv.mkDerivation rec {
|
||||
configureScript = "./config";
|
||||
|
||||
configureFlags = "shared";
|
||||
patches =if stdenv.system == "i686-darwin" then [ ./darwin-arch.patch ] else [] ;
|
||||
|
||||
#patches = if stdenv.system == "i686-darwin" then [ ./darwin-arch.patch ] else [];
|
||||
|
||||
meta = {
|
||||
homepage = http://www.openssl.org/;
|
||||
|
Loading…
Reference in New Issue
Block a user