diff --git a/NOTES-musl.md b/NOTES-musl.md index 7cab97c..d0478f8 100644 --- a/NOTES-musl.md +++ b/NOTES-musl.md @@ -10,6 +10,7 @@ None so for. ## Release notes + * For 8.8.4: Compiled against `musl-1.1.24` and `linux-headers-4.14` on a gentoo system. Depends on `libgmp.so.10` and `libtinfow.so.6`. The `--disable-ld-override` flag was used to configure the sources. The same flag should probably be used for installation too, i.e. `./configure --disable-ld-override --prefix=...`. * For 8.8.2/8.8.3/8.10.1: Compiled against `musl-1.1.24` and `linux-headers-3.18` on a gentoo system. Depends on `libgmp.so.10` and `libtinfow.so.6`. The `--disable-ld-override` flag was used to configure the sources. The same flag should probably be used for installation too, i.e. `./configure --disable-ld-override --prefix=...`. * For 8.6.5/8.8.1: Compiled against `musl-1.1.21` and `linux-headers-3.16` on a gentoo system. Depends on `libgmp.so.10` and `libncursesw.so.6`. The `--disable-ld-override` flag was used to configure the sources. The same flag should probably be used for installation too, i.e. `./configure --disable-ld-override --prefix=...`. * For 8.4.4/8.6.2/8.6.3/8.6.4: Compiled against `musl-1.1.20` and `linux-headers-3.16` on a gentoo system. Depends on `libgmp.so.10` and `libncursesw.so.6`. The `--disable-ld-override` flag was used to configure the sources. The same flag should probably be used for installation too, i.e. `./configure --disable-ld-override --prefix=...`.