* 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";
|
configureScript = "./config";
|
||||||
|
|
||||||
configureFlags = "shared";
|
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 = {
|
meta = {
|
||||||
homepage = http://www.openssl.org/;
|
homepage = http://www.openssl.org/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user