]> granicus.if.org Git - curl/commitdiff
HTTP3: fix prefix parameter for ngtcp2 build
authorSpezifant <spezifant@users.noreply.github.com>
Thu, 26 Sep 2019 18:45:14 +0000 (20:45 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 26 Sep 2019 21:26:25 +0000 (23:26 +0200)
Closes #4430

docs/HTTP3.md

index fc75c7e680ffae9e903221c00057d61f98b09cda..a28e36ebe1069af70f3f2d793a17e590c69e2add 100644 (file)
@@ -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