diff options
author | Omar Polo <op@omarpolo.com> | 2021-01-23 12:22:09 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-01-23 12:22:09 +0000 |
commit | 45b4aa6e57740fca189b4a2fd2ed9ed7ba3bf879 (patch) | |
tree | 996c9aa51633ebaa7a6a15198292bdf869b4eacd /README.md | |
parent | 1a49166de409ffcd354353450de98a7ee9885f8b (diff) |
fix local libretls example
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -75,12 +75,9 @@ Let's say you have compiled and installed libretls in `$LIBRETLS`, 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 |