openssl: make it deterministic

This commit is contained in:
Alexander Kjeldaas
2014-09-13 15:05:27 +02:00
committed by Vladimír Čunát
parent bee22ab79e
commit e431a3e0b5
2 changed files with 14 additions and 0 deletions
@@ -19,6 +19,8 @@ let
# cannot be overriden per-process. For security, the
# environment variable is ignored for setuid binaries.
./cert-file.patch
# Remove the compilation time from the library
./no-date-in-library.patch
]
++ stdenv.lib.optionals (isCross && opensslCrossSystem == "hurd-x86")