commit 45b4aa6e57740fca189b4a2fd2ed9ed7ba3bf879 from: Omar Polo date: Sat Jan 23 12:22:09 2021 UTC fix local libretls example commit - 1a49166de409ffcd354353450de98a7ee9885f8b commit + 45b4aa6e57740fca189b4a2fd2ed9ed7ba3bf879 blob - f1f9360648a434ac451ff06b04f0f7b29eada9ba blob + 55c4229a5bb807bc27dc914093af56c4264e6375 --- README.md +++ README.md @@ -75,12 +75,9 @@ Let's say you have compiled and installed libretls in then you can build `gmid` with ./configure CFLAGS="-I$LIBRETLS/include" \ - LDFLAGS="$LIBRETLS/lib/libtls.a -lssl -lcrypto" + LDFLAGS="$LIBRETLS/lib/libtls.a -lssl -lcrypto -lpthread" make -(Fedora requires also `-lpthread` for some reason) - - ### Testing The regression suite requires python3 at the moment. Execute