summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2022-05-23 20:48:42 +0200
committerNiels Möller <nisse@lysator.liu.se>2022-05-23 20:50:46 +0200
commitea4ea5e6904124b297ade0d1b182c5e530909765 (patch)
tree029b9395338b50f18d78be8ed7f814bcd8c99215
parentb14fc9023450e35632049df970bf8878e8b49e57 (diff)
downloadnettle-ea4ea5e6904124b297ade0d1b182c5e530909765.tar.gz
Document MacOS test workaround.nettle_3.8_release_20220602
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 907e6b85..fee544df 100644
--- a/NEWS
+++ b/NEWS
@@ -57,6 +57,16 @@ NEWS for the Nettle 3.8 release
* Rewritten and faster x86_64 poly1305 assembly.
+ Known issues:
+
+ * Nettle's testsuite doesn't work out-of-the-box on recent
+ MacOS, due to /bin/sh discarding the DYLD_LIBRARY_PATH
+ environment variable. Nettle's test scripts handle this in
+ some cases, but currently fails the test cases that are
+ themselves written as /bin/sh scripts. As a workaround, use
+
+ make check EMULATOR='env DYLD_LIBRARY_PATH=$(TEST_SHLIB_DIR)'
+
Miscellaneous:
* Updated manual to current makeinfo conventions, with no