fix local libretls example

This commit is contained in:
Omar Polo 2021-01-23 12:22:09 +00:00
parent 1a49166de4
commit 45b4aa6e57
1 changed files with 1 additions and 4 deletions

View File

@ -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