diff options
| author | J08nY | 2024-08-15 22:36:32 +0200 |
|---|---|---|
| committer | J08nY | 2024-08-15 22:36:32 +0200 |
| commit | cb8a0e0fe322fb45d7d2fc40ebe2af546ec63261 (patch) | |
| tree | bc67ff38ca37da3b306dc77fc12bb19ff2ef8481 | |
| parent | 19f304e159135a6f80f7d08b885696bde8ebc737 (diff) | |
| download | ECTester-cb8a0e0fe322fb45d7d2fc40ebe2af546ec63261.tar.gz ECTester-cb8a0e0fe322fb45d7d2fc40ebe2af546ec63261.tar.zst ECTester-cb8a0e0fe322fb45d7d2fc40ebe2af546ec63261.zip | |
OpenSSL 1.1.0.
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -82,7 +82,10 @@ preConfigure = if pkgs.lib.versionOlder version "1.1.0h" && pkgs.lib.versionAtLeast version "1.1.0" then '' - substituteInPlace Configure test/build.info test/run_tests.pl test/recipes/90-test_fuzz.t test/recipes/80-test_ssl_new.t test/recipes/40-test_rehash.t util/process_docs.pl --replace-fail "qw/glob/" "qw/bsd_glob/" + substituteInPlace Configure test/build.info test/run_tests.pl util/process_docs.pl --replace-warn "qw/glob/" "qw/bsd_glob/" + for t in test/recipes/*.t; do + substituteInPlace "$t" --replace-quiet "qw/glob/" "qw/bsd_glob/" + done '' else ""; |
