diff options
author | Spezifant <spezifant@users.noreply.github.com> | 2019-09-26 20:45:14 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-09-26 23:26:25 +0200 |
commit | 5f0b55ef22190184b910c9e2a84f7ebdb9e500a2 (patch) | |
tree | 37c1f8f7dc15536698e8d600c286b13a9ed42759 /docs/HTTP3.md | |
parent | b6532b809f566462b9df984500c0b3f55eef6399 (diff) | |
download | curl-5f0b55ef22190184b910c9e2a84f7ebdb9e500a2.tar.gz |
HTTP3: fix prefix parameter for ngtcp2 build
Closes #4430
Diffstat (limited to 'docs/HTTP3.md')
-rw-r--r-- | docs/HTTP3.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HTTP3.md b/docs/HTTP3.md index fc75c7e68..a28e36ebe 100644 --- a/docs/HTTP3.md +++ b/docs/HTTP3.md @@ -55,7 +55,7 @@ Build ngtcp2 % git clone https://github.com/ngtcp2/ngtcp2 % cd ngtcp2 % autoreconf -i - % ./configure PKG_CONFIG_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig LDFLAGS="-Wl,-rpath,<somehere1>/lib" --prefix==<somewhere3> + % ./configure PKG_CONFIG_PATH=<somewhere1>/lib/pkgconfig:<somewhere2>/lib/pkgconfig LDFLAGS="-Wl,-rpath,<somehere1>/lib" --prefix=<somewhere3> % make % make install |