From 7081c068dc13aa2f6cd467708269fbb44bbd85bf Mon Sep 17 00:00:00 2001 From: "YiLin.Li" Date: Wed, 23 Sep 2020 17:15:43 +0000 Subject: [PATCH] ra-tls/README.md: add the `glibc-static` compilation dependency Yilin Li --- ra-tls/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ra-tls/README.md b/ra-tls/README.md index 5e2a920..7de38da 100644 --- a/ra-tls/README.md +++ b/ra-tls/README.md @@ -7,6 +7,7 @@ export QUOTE_TYPE= # Build ``` shell +sudo yum install -y glibc-static cd $src/ra-tls make ``` -- GitLab