]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Document MacOS test workaround. nettle_3.8_release_20220602
authorNiels Möller <nisse@lysator.liu.se>
Mon, 23 May 2022 18:48:42 +0000 (20:48 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 23 May 2022 18:50:46 +0000 (20:50 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 907e6b8581f2d942f3842a4dd81108282ad0f730..fee544df3efd4ec0bf12c2f0a88d77d36a7e9c39 100644 (file)
--- 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