* removed -arch flag for i686-darwin for openssl

svn path=/nixpkgs/trunk/; revision=16097
This commit is contained in:
Rob Vermaas
2009-06-30 13:54:44 +00:00
parent d2419bccee
commit ca6850d95e
2 changed files with 21 additions and 0 deletions
@@ -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/;