aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-01-23 12:22:09 +0000
committerOmar Polo <op@omarpolo.com>2021-01-23 12:22:09 +0000
commit45b4aa6e57740fca189b4a2fd2ed9ed7ba3bf879 (patch)
tree996c9aa51633ebaa7a6a15198292bdf869b4eacd /README.md
parent1a49166de409ffcd354353450de98a7ee9885f8b (diff)
fix local libretls example
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index f1f9360..55c4229 100644
--- a/README.md
+++ b/README.md
@@ -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