openssl: fix GNU/kFreeBSD builds

This commit is contained in:
Ludovic Courtès
2012-08-13 14:12:54 +02:00
parent 59d4db07bc
commit 04661ec850
2 changed files with 41 additions and 0 deletions
@@ -23,6 +23,11 @@ let
./gnu.patch # submitted upstream
]
++ stdenv.lib.optionals (stdenv.system == "x86_64-kfreebsd-gnu")
[ ./gnu.patch
./kfreebsd-gnu.patch
]
++ stdenv.lib.optional stdenv.isDarwin ./darwin-arch.patch;
in