* removed -arch flag for i686-darwin for openssl
svn path=/nixpkgs/trunk/; revision=16097
This commit is contained in:
@@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
|
||||
configureScript = "./config";
|
||||
|
||||
configureFlags = "shared";
|
||||
patches =if stdenv.system == "i686-darwin" then [ ./darwin-arch.patch ] else [] ;
|
||||
|
||||
meta = {
|
||||
homepage = http://www.openssl.org/;
|
||||
|
||||
Reference in New Issue
Block a user